Searched refs:ls (Results 1 - 8 of 8) sorted by relevance
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/ |
H A D | compile-ut-ohpm.sh | 190 for file in `ls $1` 473 for out_file in `ls ${module}/build/default/outputs/default/` 486 for out_file in `ls ${module}/build/default/outputs/ohosTest/` 656 echo "| ${name} | ${#public_list[@]} | $(ls -l ${BASE_PATH}/out/${name}/public-sdk/compile-success-log|grep "^-"|wc -l) | $(ls -l ${BASE_PATH}/out/${name}/public-sdk/compile-error-log|grep "^-"|wc -l) | "`expr $(ls -l ${BASE_PATH}/out/${name}/public-sdk/hap-out-with-nosigned|grep "^-"|wc -l) / 2`" | "`expr $(ls -l ${BASE_PATH}/out/${name}/public-sdk/hap-out-with-signed|grep "^-"|wc -l) / 2` 657 if (( $(ls -l ${BASE_PATH}/out/${name}/public-sdk/compile-error-log|grep "^-"|wc -l) > 0 )); then 659 for z in `ls ${BASE_PATH}/out/${name}/public-sdk/compile-error-log` 671 echo "| ${name} | ${#full_list[@]} | $(ls [all...] |
H A D | compile-ohpm-ci.sh | 177 for file in `ls $1` 460 for out_file in `ls ${module}/build/default/outputs/default/` 473 for out_file in `ls ${module}/build/default/outputs/ohosTest/` 643 # echo "| ${name} | ${#public_list[@]} | $(ls -l ${BASE_PATH}/out/${name}/public-sdk/compile-success-log|grep "^-"|wc -l) | $(ls -l ${BASE_PATH}/out/${name}/public-sdk/compile-error-log|grep "^-"|wc -l) | "`expr $(ls -l ${BASE_PATH}/out/${name}/public-sdk/hap-out-with-nosigned|grep "^-"|wc -l) / 2`" | "`expr $(ls -l ${BASE_PATH}/out/${name}/public-sdk/hap-out-with-signed|grep "^-"|wc -l) / 2` 644 # if (( $(ls -l ${BASE_PATH}/out/${name}/public-sdk/compile-error-log|grep "^-"|wc -l) > 0 )); then 646 # for z in `ls ${BASE_PATH}/out/${name}/public-sdk/compile-error-log` 658 # echo "| ${name} | ${#full_list[@]} | $(ls [all...] |
H A D | init-sdk.sh | 111 for z in `ls` 126 for z in `ls`
|
H A D | update-sdk.sh | 111 for z in `ls` 126 for z in `ls`
|
/applications/standard/systemui/ |
H A D | gradlew | 30 ls=`ls -ld "$PRG"` 31 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/applications/standard/hap/ |
H A D | build.sh | 432 for out_file in `ls ${module}/build/default/outputs/default/` 445 for out_file in `ls ${module}/build/default/outputs/default/`
|
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 3264 let ls, fs, ds, Ds, ps, hs, Es = "start", ms = [], ys = 0, Cs = 1, Fs = 0, gs = !1, As = "default", vs = "'", Ss = 1; 3269 ls = Os(), xs[Es]() 3270 } while ("eof" !== ls.type); 3644 if ("eof" === ls.type) throw Ms(as.EOF); 3648 switch (ls.type) { 3651 return ds = ls.value, void (Es = "afterPropertyName"); 3659 if ("eof" === ls.type) throw Ms(as.EOF); 3663 if ("eof" === ls.type) throw Ms(as.EOF); 3667 if ("eof" === ls.type) throw Ms(as.EOF); 3668 switch (ls [all...] |
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 2910 const as = p.default, ls = we, fs = fi.pathExists; 2912 if (as.isAbsolute(e)) return ls.lstat(e, (t => t ? (t.message = t.message.replace("lstat", "ensureSymlink"), n(t)) : n(null, { 2921 }) : ls.lstat(e, (t => t ? (t.message = t.message.replace("lstat", "ensureSymlink"), n(t)) : n(null, { 2929 if (n = ls.existsSync(e),!n) throw new Error("absolute srcpath does not exist"); 2934 if (n = ls.existsSync(u), n) return { toCwd: u, toDst: e }; 2935 if (n = ls.existsSync(e),!n) throw new Error("relative srcpath does not exist");
|
Completed in 14 milliseconds