Home
last modified time | relevance | path

Searched refs:mkdir (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
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_frontend/es2panda/scripts/
Dgen_keywords.sh43 mkdir -p ${OUTDIR}
Dgen_isa.sh49 mkdir -p ${OUTDIR}
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp123 mkdir("ark-profiler/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
171 mkdir("ark-profiler1/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
237 mkdir("ark-profiler2/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
298 mkdir("ark-profiler3/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
394 mkdir("ark-profiler5/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
436 mkdir("ark-profiler5/profiler", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
464 mkdir("ark-profiler8/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
508 mkdir("ark-profiler9/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
562 mkdir("ark-profiler7/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
600 mkdir("ark-profiler10/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/binarytotext_fuzzer/
Dbinarytotext_fuzzer.cpp26 mkdir("ark-profiler11/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in BinaryToTextFuzzTest()
/arkcompiler/ets_frontend/ts2panda/scripts/
Dnpm-install.sh39 mkdir -p ${code_dir}/prebuilts/build-tools/common/ts2abc
Drun.py96 os.mkdir(bin_dir)
100 os.mkdir(obj_bin_dir)
/arkcompiler/runtime_core/scripts/
Dinstall-deps-qemu103 mkdir -p "$src_path"
/arkcompiler/ets_frontend/test262/
Dutils.py119 def mkdir(path): function
Drun_test262.py159 mkdir(deps_dir)
216 mkdir(fpath)
450 mkdir(path)
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dpreparation.py77 os.mkdir(temp_floder)
Dexecution.py888 os.mkdir(backup_path)
922 os.mkdir(backup_path)
926 os.mkdir(backup_cache_path)
/arkcompiler/runtime_core/cmake/
DREADME.md5 $ mkdir build
DPandaAssembly.cmake82 # Use `mkdir` instead of `file(MAKE_DIRECTORY)` to create dependency on the directory existence:
85 COMMAND mkdir -p "${COMPILER_STATS_DIR}")
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_entry.py45 os.mkdir(performance_config.MailPicConfig.mail_data_path)
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb154 Dir.mkdir(@cwd) unless File.exists?(@cwd)
/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_src.gni1102 "src/stat/mkdir.c",