Home
last modified time | relevance | path

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

1234567

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.spec.ts27 let path = '/user/local/tester'; variable
32 let path = 'test/ut/utils/demo.txt'; variable
38 let path = 'test/ut/utils/demo.json'; variable
44 let path = 'test/utils/demo_not_found.json'; variable
50 let path = 'test/utils/error_json.txt'; variable
57 let path = null; variable
65 let path = 'resources/configs/user_profile.json'; variable
70 let path = 'D:\\HuaweiApp\\ohsdk\\ets\\3.2.7.5\\user_profile.json'; variable
75 let path = 'user_profile.json'; variable
81 let path = null; variable
[all …]
DPrinterUtils.spec.ts52 let path = 'test/ut/utils/demo1.txt'; variable
62 let path = 'test/ut/utils/testTimeTrackerPrint.txt'; variable
71 let path = 'test/ut/utils/demo2.txt'; variable
85 let path = 'test/ut/utils/demo1.txt'; variable
106 let path = 'test/ut/utils/testTimeTrackerPrint.txt'; variable
131 let path = 'test/ut/utils/demo1.txt'; variable
171 let path = 'test/ut/utils/demo1.txt'; variable
191 let path = 'test/ut/utils/demo1.txt'; variable
203 let path = 'test/ut/utils/demo1.txt'; variable
274 let path = 'test/ut/utils/demo1.txt'; variable
/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/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp28 bool CreateDirectory(const std::string& path) in CreateDirectory()
46 bool Exists(const std::string& path) in Exists()
60 std::size_t FileSize(const std::string& path) in FileSize()
67 bool RemoveAll(const std::string& path) in RemoveAll()
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
Dutils.spec.ts36 const path: string = 'test/ut/initialization/testFileNotExiet.txt'; constant
41 const path: string = 'test/ut/initialization/demo.txt'; constant
/arkcompiler/ets_runtime/tools/circuit_viewer/
Dwebpack.dist.config.js16 const path = require('path'); constant
22 path: path.join(__dirname, 'dist'), property
Dwebpack.debug.config.js16 const path = require('path'); constant
23 path: path.join(__dirname, 'dist'), property
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Ddirectory.cpp20 bool ForceCreateDirectory(const std::string &path) in ForceCreateDirectory()
28 bool SetDirModeAsDefault([[maybe_unused]] const std::string &path) in SetDirModeAsDefault()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Ddirectory.cpp19 bool ForceCreateDirectory([[maybe_unused]] const std::string &path) in ForceCreateDirectory()
24 bool SetDirModeAsDefault([[maybe_unused]] const std::string &path) in SetDirModeAsDefault()
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Ddirectory.cpp21 bool ForceCreateDirectory(const std::string &path) in ForceCreateDirectory()
29 bool SetDirModeAsDefault(const std::string &path) in SetDirModeAsDefault()
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile.h71 explicit File(std::string_view path) : File(path, std::make_unique<DefaultErrorHandler>()) {} in File()
104 File(std::string_view path, std::unique_ptr<IErrorHandler> eh) in File()
234 void WriteAbc(std::string_view path) const in WriteAbc()
/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()
/arkcompiler/ets_frontend/es2panda/test/benchmark/
Dutils.py38 def traverse_dir(path): argument
69 def clear_folder_shutil(path): argument
75 def remove_dir(path): argument
85 def mkdir(path): argument
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_01_export_import_cases/commonjs/
Dcommonjs_tsc_02.d.ts20 const path = require("path"); constant
/arkcompiler/runtime_core/libabckit/tests/mock/
Dabckit_api_mock.cpp33 AbckitFile *OpenAbc(const char *path, size_t len) in OpenAbc()
41 void WriteAbc(AbckitFile *file, const char *path, size_t len) in WriteAbc()
/arkcompiler/runtime_core/static_core/runtime/
Druntime_controller.cpp40 static bool StartsWithData(std::string_view path) in StartsWithData()
48 static bool IsInPermitList(std::string_view path) in IsInPermitList()
/arkcompiler/runtime_core/static_core/verification/config/process/
Dconfig_process.cpp30 bool ProcessConfigSection(Config *cfg, const Section &section, const ark::PandaString &path = "") in ProcessConfigSection()
48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Sect… 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.cpp22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
/arkcompiler/runtime_core/libabckit/src/
Dabckit_impl.cpp46 extern "C" AbckitFile *OpenAbc(const char *path, size_t len) in OpenAbc()
82 extern "C" void WriteAbc(AbckitFile *file, const char *path, size_t len) in WriteAbc()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp29 char* realpath(const char* path, char* resolvedPath) in realpath()
118 void FixExtName(std::string& path) in FixExtName()
206 char path[PATH_MAX]; in MakeNewJsModulePath() local
217 char path[PATH_MAX]; in FindNpmPackageInPath() local
262 …std::string path = moduleInstallPath + NPM_PATH_SEGMENT + '/' + std::to_string(level) + '/' + npmP… in FindNpmPackageInTopLevel() local
298 std::string path = in FindNpmPackage() local
410 std::string path(codePath); in MakeFilePath() local
/arkcompiler/jsvm/patches/
Dpatches.json5 "path":"productdefine/common", string
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.h123 static bool IsDirectory(const std::string &path) in IsDirectory()
128 static bool IsRegularFile(const std::string &path) in IsRegularFile()
182 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
Dfilesystem.cpp22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()

1234567