| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | FileUtils.spec.ts | 25 let path = '/user/local/tester'; variable 30 let path = 'test/ut/utils/demo.txt'; variable 36 let path = 'test/ut/utils/demo.json'; variable 42 let path = 'test/utils/demo_not_found.json'; variable 48 let path = 'test/utils/error_json.txt'; variable 55 let path = null; variable 63 let path = 'resources/configs/user_profile.json'; variable 68 let path = 'D:\\HuaweiApp\\ohsdk\\ets\\3.2.7.5\\user_profile.json'; variable 73 let path = 'user_profile.json'; variable 79 let path = null; variable [all …]
|
| D | PrinterUtils.spec.ts | 34 let path = 'test/ut/utils/demo1.txt'; variable 44 let path = 'test/ut/utils/testTimeTrackerPrint.txt'; variable 53 let path = 'test/ut/utils/demo2.txt'; variable 67 let path = 'test/ut/utils/testTimeTrackerPrint.txt'; variable 80 let path = 'test/ut/utils/testTimeTrackerPrint.txt'; variable 98 let path = 'test/ut/utils/demo1.txt'; variable 138 let path = 'test/ut/utils/demo1.txt'; variable 156 let path = 'test/ut/utils/demo1.txt'; variable 217 let path = 'test/ut/utils/demo1.txt'; variable
|
| /arkcompiler/ets_frontend/testTs/ |
| D | utils.py | 34 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/ |
| D | filesystem.cpp | 28 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/ |
| D | utils.spec.ts | 36 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/ |
| D | webpack.dist.config.js | 16 const path = require('path'); constant 22 path: path.join(__dirname, 'dist'), property
|
| D | webpack.debug.config.js | 16 const path = require('path'); constant 23 path: path.join(__dirname, 'dist'), property
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | directory.cpp | 20 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/ |
| D | directory.cpp | 19 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/ |
| D | directory.cpp | 21 bool ForceCreateDirectory(const std::string &path) in ForceCreateDirectory() 29 bool SetDirModeAsDefault(const std::string &path) in SetDirModeAsDefault()
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | file.h | 113 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()
|
| D | filesystem.cpp | 22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
|
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | utils.py | 38 def traverse_dir(path): argument 69 def clear_folder_shutil(path): argument 75 def remove_dir(path): argument 85 def mkdir(path): argument
|
| /arkcompiler/runtime_core/static_core/verification/config/process/ |
| D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, const ark::PandaString &path = "") in ProcessConfigSection() 48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Sect… in RegisterConfigHandler()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime_controller.cpp | 40 static bool StartsWithData(std::string_view path) in StartsWithData() 48 static bool IsInPermitList(std::string_view path) in IsInPermitList()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 126 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()
|
| D | filesystem.cpp | 27 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_path_utils.cpp | 30 char* realpath(const char* path, char* resolvedPath) in realpath() 119 void FixExtName(std::string& path) in FixExtName() 207 char path[PATH_MAX]; in MakeNewJsModulePath() local 218 char path[PATH_MAX]; in FindNpmPackageInPath() local 263 …std::string path = moduleInstallPath + NPM_PATH_SEGMENT + '/' + std::to_string(level) + '/' + npmP… in FindNpmPackageInTopLevel() local 299 std::string path = in FindNpmPackage() local 411 std::string path(codePath); in MakeFilePath() local
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | file.h | 123 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()
|
| D | filesystem.cpp | 22 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | result.py | 26 path = data['path_xts_report'] variable
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | filesystem.cpp | 24 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
|
| D | file.h | 167 static bool IsDirectory(const std::string &path) in IsDirectory() 172 static bool IsRegularFile(const std::string &path) in IsRegularFile() 224 static bool HasStatMode(const std::string &path, uint16_t mode) in HasStatMode()
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XTexture.js | 53 loadTextureFromImage(path, keepdata = false) { argument 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property 174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 197 path: 'default' + rid, property
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | arktsconfig.cpp | 55 static bool IsAbsolute(const std::string &path) in IsAbsolute() 73 std::string ParentPath(const std::string &path) in ParentPath() 83 static std::string MakeAbsolute(const std::string &path, const std::string &base) in MakeAbsolute() 288 static std::optional<std::string> ReadConfig(const std::string &path) in ReadConfig() 304 auto path = options->get()->GetValue<JsonObject::StringT>(key); in ParseRelDir() local 388 static std::string TrimPath(const std::string &path) in TrimPath() 414 static bool MatchExcludes(const fs::path &path, const std::vector<ArkTsConfig::Pattern> &excludes) in MatchExcludes()
|