/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/ |
H A D | coverage_dir.py | 34 html_out_path.mkdir(parents=True, exist_ok=True) 52 root.mkdir(parents=True, exist_ok=True) 61 profdata_out_path.mkdir(parents=True, exist_ok=True) 67 work_dir.mkdir(parents=True, exist_ok=True)
|
/arkcompiler/runtime_core/libpandabase/os/ |
H A D | filesystem.cpp | 36 mkdir(folder_name.c_str(), DIR_PERMISSIONS); in CreateDirectories() 43 auto status = mkdir(folder_name.c_str(), DIR_PERMISSIONS); in CreateDirectories()
|
/arkcompiler/ets_runtime/test/jsperftest/ |
H A D | run_js_perf_test.sh | 163 mkdir -p "${JS_PERF_RESULT_PATH}" 171 mkdir -p "${WORKDIR_PATH}" 202 mkdir -p "${bench_repo_path}" 211 mkdir -p "${JS_TEST_PATH}" 220 mkdir -p "${JS_TEST_PATH}/${bench}" 224 mkdir -p "$(dirname "${JS_TEST_PATH}/${bench}")" 315 ${HDC_PATH} shell "mkdir -p ${WORKDIR_ON_DEVICE}/v8 ${WORKDIR_ON_DEVICE}/lib ${WORKDIR_ON_DEVICE}/thirdparty" 381 mkdir -p "${WORKDIR_PATH}/tmp"
|
/arkcompiler/runtime_core/static_core/scripts/sdk/ |
H A D | build_sdk.sh | 94 mkdir -p "$dst" 155 mkdir -p "$PANDA_SDK_PATH"/ets 164 mkdir -p "$PANDA_SDK_PATH"/tslinter 181 mkdir -p "$PANDA_SDK_PATH"/ets
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
H A D | pgo_profiler_test.cpp | 245 mkdir("ark-profiler/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 281 mkdir("ark-profiler1/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 285 mkdir("ark-profiler1/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 337 mkdir("ark-profiler2/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 341 mkdir("ark-profiler2/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 397 mkdir("ark-profiler3/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 485 mkdir("ark-profiler5/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 489 mkdir("ark-profiler5/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 540 mkdir("ark-profiler5/profiler", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 564 mkdir("ar in HWTEST_F_L0() [all...] |
/arkcompiler/runtime_core/static_core/scripts/llvm/ |
H A D | build_llvm.sh | 125 mkdir -p "${BUILD_PREFIX}" 170 mkdir -p "${BUILD_PREFIX}" 216 mkdir -p "${BUILD_PREFIX}" 261 mkdir -p "${BUILD_PREFIX}" 306 mkdir -p "${BUILD_PREFIX}" 345 mkdir -p "${BUILD_PREFIX}"
|
/arkcompiler/ets_runtime/test/aotjsperftest/ |
H A D | run_js_perf_test.sh | 46 mkdir -p "$code_path" 65 mkdir -p "js_perf_test_archive_path"
|
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
H A D | genlib.sh | 42 mkdir -p "${GEN_ESCOMPAT_PATH}" 43 mkdir -p "${GEN_STDCORE_PATH}"
|
/arkcompiler/ets_runtime/test/ffiworkloadtest/ |
H A D | run_ffi_workload_test.sh | 73 hdc -s "$HDC_MACHINE_IP" shell mkdir -p "$HDC_TEST_PATH" 146 mkdir -p "$LOCAL_XML_PATH" 147 [ ! -d "$FFI_WORKLOAD_TEST_ARCHIVE_PATH" ] || { mkdir -p "$FFI_WORKLOAD_TEST_ARCHIVE_PATH"; }
|
/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | ohos_test.cpp | 103 mkdir(whiteListTestDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 135 mkdir(pgoDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 181 mkdir(pgoDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 210 mkdir(pgoDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 240 mkdir(pgoDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 268 mkdir(pgoDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 300 mkdir(whiteListTestDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 318 mkdir(whiteListTestDir, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
|
H A D | crash_test.cpp | 82 mkdir(MockAotRuntimeInfo::SANBOX_DIR, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 113 mkdir(MockAotRuntimeInfo::SANBOX_DIR, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0() 144 mkdir(MockAotRuntimeInfo::SANBOX_DIR, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
H A D | verify.sh | 85 mkdir snippets; mkdir snippets/abc; mkdir results
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | filesystem.cpp | 32 mkdir(folderName.c_str(), DIR_PERMISSIONS); in CreateDirectories() 39 auto status = mkdir(folderName.c_str(), DIR_PERMISSIONS); in CreateDirectories()
|
/arkcompiler/ets_runtime/test/fuzztest/binarytotext_fuzzer/ |
H A D | binarytotext_fuzzer.cpp | 26 mkdir("ark-profiler11/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in BinaryToTextFuzzTest()
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ |
H A D | work_dir.py | 44 root.mkdir(parents=True, exist_ok=True)
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
H A D | Makefile | 19 mkdir -p $(OUTDIR)
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
H A D | fix_arktsconfig.py | 61 config.parent.mkdir(parents=True, exist_ok=True)
|
/arkcompiler/runtime_core/scripts/ |
H A D | install-deps-qemu | 103 mkdir -p "$src_path"
|
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
H A D | local_intrusive_testing.sh | 111 if ! mkdir -p "${BUILD_DIR}"; then
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | install-deps-qemu | 109 mkdir -p "$src_path"
|
/arkcompiler/runtime_core/static_core/compiler/tools/ |
H A D | benchmark_coverage.sh | 68 mkdir -p "$TEMP_DIR" 83 mkdir -p "${PANDA_BINARY_ROOT}/compiler/coverage"
|
/arkcompiler/ets_frontend/es2panda/test/benchmark/ |
H A D | utils.py | 72 os.mkdir(path) 85 def mkdir(path): function
|
/arkcompiler/ets_runtime/tools/ap_file_viewer/ |
H A D | webpack.config.js | 44 await fs.promises.mkdir(dirPath, {recursive: true});
|
/arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
H A D | build-docs.sh | 221 mkdir -p "${BUILD_DIR}"
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
H A D | options.rb | 41 Dir.mkdir(Options.working_dir) unless File.exists?(Options.working_dir)
|