Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 16 of 16) 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.h67 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.rb460 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/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/arkts_interface/
Dindex.ts37 const dir = new directClass(); constant
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
Dstorage.cpp157 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.cpp101 DIR *dir = opendir(directoryPath.Mutf8().c_str()); in UnixWalkThroughDirectoryAndAddToParseList() local
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscatorForTest.ts132 const dir = path.dirname(this.mSourceFiles[0]).replace('grammar', 'local'); constant
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
Dzip_file_test.cpp288 std::string dir = "."; in HWTEST_F_L0() local