Home
last modified time | relevance | path

Searched refs:mkdir (Results 1 - 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/
H A Dcoverage_dir.py34 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 Dfilesystem.cpp36 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 Drun_js_perf_test.sh163 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 Dbuild_sdk.sh94 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 Dpgo_profiler_test.cpp245 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 Dbuild_llvm.sh125 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 Drun_js_perf_test.sh46 mkdir -p "$code_path"
65 mkdir -p "js_perf_test_archive_path"
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
H A Dgenlib.sh42 mkdir -p "${GEN_ESCOMPAT_PATH}"
43 mkdir -p "${GEN_STDCORE_PATH}"
/arkcompiler/ets_runtime/test/ffiworkloadtest/
H A Drun_ffi_workload_test.sh73 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 Dohos_test.cpp103 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 Dcrash_test.cpp82 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 Dverify.sh85 mkdir snippets; mkdir snippets/abc; mkdir results
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dfilesystem.cpp32 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 Dbinarytotext_fuzzer.cpp26 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 Dwork_dir.py44 root.mkdir(parents=True, exist_ok=True)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
H A DMakefile19 mkdir -p $(OUTDIR)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
H A Dfix_arktsconfig.py61 config.parent.mkdir(parents=True, exist_ok=True)
/arkcompiler/runtime_core/scripts/
H A Dinstall-deps-qemu103 mkdir -p "$src_path"
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
H A Dlocal_intrusive_testing.sh111 if ! mkdir -p "${BUILD_DIR}"; then
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-deps-qemu109 mkdir -p "$src_path"
/arkcompiler/runtime_core/static_core/compiler/tools/
H A Dbenchmark_coverage.sh68 mkdir -p "$TEMP_DIR"
83 mkdir -p "${PANDA_BINARY_ROOT}/compiler/coverage"
/arkcompiler/ets_frontend/es2panda/test/benchmark/
H A Dutils.py72 os.mkdir(path)
85 def mkdir(path): function
/arkcompiler/ets_runtime/tools/ap_file_viewer/
H A Dwebpack.config.js44 await fs.promises.mkdir(dirPath, {recursive: true});
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
H A Dbuild-docs.sh221 mkdir -p "${BUILD_DIR}"
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Doptions.rb41 Dir.mkdir(Options.working_dir) unless File.exists?(Options.working_dir)

Completed in 12 milliseconds

12