Searched defs:dir (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/common/ |
| D | filesystem.cpp | 75 DIR* dir = opendir(path.c_str()); in RemoveAll() local 112 std::string dir = realPath.substr(0, index); in CreateEmptyFile() local
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/bin/ |
| D | spectrac.rb | 36 def check_dir(dir) argument
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/bin/ |
| D | spectrac.rb | 36 def check_dir(dir) argument
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/ |
| D | Makefile | 18 dir: target
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_data_manager.h | 59 void SetDir(std::string dir) in SetDir()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | function.h | 126 uint32_t AddSourceDir(std::string_view dir) in AddSourceDir() 153 uint32_t GetSourceDirIndex(const char *dir) const in GetSourceDirIndex()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | basic_block.rb | 57 def set_successor(dir, bb) argument
|
| D | function.rb | 467 def add_source_dir(dir) argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/ |
| D | Declgen.ts | 177 for (const dir of opts.inputDirs) { constant
|
| /arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
| D | storage.cpp | 153 UniqueDir dir(::opendir(storageDir_.c_str()), [](DIR *directory) { in ForEachApps() local
|
| /arkcompiler/ets_runtime/test/ |
| D | runtest.py | 468 def find_file(self, dir, postfix_list): argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | native_stack.cpp | 110 dirent *dir = nullptr; in InitKernelTidLists() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | importPathManager.cpp | 100 DIR *dir = opendir(directoryPath.Mutf8().c_str()); in UnixWalkThroughDirectoryAndAddToParseList() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cfgo.cpp | 1170 …BBPattern::GetMergeDirection(BB &bb1, BB &bb2, const Insn &f1, const Insn &f2, MergeDirection &dir) in GetMergeDirection() 1240 bool CrossJumpBBPattern::TryCrossJumpBB(BB &bb1, BB &bb2, MergeDirection dir) in TryCrossJumpBB()
|