Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/ets_frontend/testTs/
Dutils.py34 def mk_dir(path): argument
39 def remove_dir(path): argument
44 def remove_file(path): argument
49 def clean_file(path): argument
54 def read_file(path): argument
62 def write_file(path, write_content): argument
67 def write_append(path, add_content): argument
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h113 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath()
138 static const std::string GetExtendedLengthStylePath(const std::string &path) in GetExtendedLengthStylePath()
147 static bool IsDirectory(const std::string &path) in IsDirectory()
152 static bool IsRegularFile(const std::string &path) in IsRegularFile()
199 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
Dfilesystem.cpp22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
Dfile.cpp78 WCHAR path[MAX_PATH]; in GetExecutablePath() local
/arkcompiler/runtime_core/verification/config/process/
Dconfig_process.cpp29 bool ProcessConfigSection(const Section &section, const panda::PandaString &path = "") in ProcessConfigSection()
47 void RegisterConfigHandler(const PandaString &path, callable<bool(const Section &)> handler) in RegisterConfigHandler()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h126 static const std::string GetExtendedFilePath(const std::string &path) in GetExtendedFilePath()
177 static bool IsDirectory(const std::string &path) in IsDirectory()
182 static bool IsRegularFile(const std::string &path) in IsRegularFile()
227 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
Dfilesystem.cpp27 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
/arkcompiler/runtime_core/runtime/
Druntime_controller.cpp44 static bool StartsWithData(std::string_view path) in StartsWithData()
52 static bool IsInPermitList(std::string_view path) in IsInPermitList()
/arkcompiler/ets_frontend/ts2panda/tests/
Dtsconfig.mac.json9 { "path": "../src" } string
Dtsconfig.win.json9 { "path": "../src" } string
Dtsconfig.json9 { "path": "../src" } string
/arkcompiler/ets_runtime/test/fuzztest/buildnativeandJsstacktrace_fuzzer/
DbuildnativeandJsstacktrace_fuzzer.cpp31 std::string path(data, data + size); in BuildNativeAndJsStackTraceFuzzTest() local
/arkcompiler/ets_frontend/ts2panda/scripts/
Dts2abc.js17 const path = require("path"); constant
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_extractor.h28 PandaString path; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js16 const path = require('path'); constant
45 path: path.resolve(__dirname, 'dist/src'), property
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/
Ddumpheapsnapshot2_fuzzer.cpp46 std::string path(data, data + size); in DumpHeapSnapshot2FuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot3_fuzzer/
Ddumpheapsnapshot3_fuzzer.cpp48 std::string path(data, data + size); in DumpHeapSnapshot3FuzzTest() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h107 T Helpers::BaseName(T const &path, T const &delims) in BaseName()
/arkcompiler/ets_frontend/test262/
Dutils.py109 def remove_dir(path): argument
119 def mkdir(path): argument
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp38 std::string path; in GetProtoFiles() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp34 bool RealPath(const std::string &path, std::string &realPath, bool readOnly) in RealPath()
/arkcompiler/runtime_core/scripts/
Dmemusage.py27 def read_file(path): argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp48 bool RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
/arkcompiler/runtime_core/dprof/libstorage/dprof/
Dstorage.cpp176 std::string path = storage_dir_ + "/" + ent->d_name; in ForEachApps() local
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp32 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive()

12