Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp75 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/
Dspectrac.rb36 def check_dir(dir) argument
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb36 def check_dir(dir) argument
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
DMakefile18 dir: target
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.h59 void SetDir(std::string dir) in SetDir()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.h126 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/
Dbasic_block.rb57 def set_successor(dir, bb) argument
Dfunction.rb467 def add_source_dir(dir) argument
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DDeclgen.ts177 for (const dir of opts.inputDirs) { constant
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
Dstorage.cpp153 UniqueDir dir(::opendir(storageDir_.c_str()), [](DIR *directory) { in ForEachApps() local
/arkcompiler/ets_runtime/test/
Druntest.py468 def find_file(self, dir, postfix_list): argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp110 dirent *dir = nullptr; in InitKernelTidLists() local
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp100 DIR *dir = opendir(directoryPath.Mutf8().c_str()); in UnixWalkThroughDirectoryAndAddToParseList() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp1170 …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()