Searched refs:mkdir (Results 1 – 17 of 17) sorted by relevance
/arkcompiler/runtime_core/libpandabase/os/ |
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_frontend/es2panda/scripts/ |
D | gen_keywords.sh | 43 mkdir -p ${OUTDIR}
|
D | gen_isa.sh | 49 mkdir -p ${OUTDIR}
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 123 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/ |
D | binarytotext_fuzzer.cpp | 26 mkdir("ark-profiler11/", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in BinaryToTextFuzzTest()
|
/arkcompiler/ets_frontend/ts2panda/scripts/ |
D | npm-install.sh | 39 mkdir -p ${code_dir}/prebuilts/build-tools/common/ts2abc
|
D | run.py | 96 os.mkdir(bin_dir) 100 os.mkdir(obj_bin_dir)
|
/arkcompiler/runtime_core/scripts/ |
D | install-deps-qemu | 103 mkdir -p "$src_path"
|
/arkcompiler/ets_frontend/test262/ |
D | utils.py | 119 def mkdir(path): function
|
D | run_test262.py | 159 mkdir(deps_dir) 216 mkdir(fpath) 450 mkdir(path)
|
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | preparation.py | 77 os.mkdir(temp_floder)
|
D | execution.py | 888 os.mkdir(backup_path) 922 os.mkdir(backup_path) 926 os.mkdir(backup_cache_path)
|
/arkcompiler/runtime_core/cmake/ |
D | README.md | 5 $ mkdir build
|
D | PandaAssembly.cmake | 82 # 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/ |
D | performance_entry.py | 45 os.mkdir(performance_config.MailPicConfig.mail_data_path)
|
/arkcompiler/runtime_core/tests/checked/ |
D | checker.rb | 154 Dir.mkdir(@cwd) unless File.exists?(@cwd)
|
/arkcompiler/toolchain/build/third_party_gn/musl/ |
D | musl_src.gni | 1102 "src/stat/mkdir.c",
|