| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | FileUtils.spec.ts | 23 let path = '/user/local/tester'; variable 28 let path = 'test/ut/utils/demo.txt'; variable 34 let path = 'test/ut/utils/demo.json'; variable 40 let path = 'test/utils/demo_not_found.json'; variable 46 let path = 'test/utils/error_json.txt'; variable 53 let path = null; variable 61 let path = 'resources/configs/user_profile.json'; variable 66 let path = 'D:\\HuaweiApp\\ohsdk\\ets\\3.2.7.5\\user_profile.json'; variable 71 let path = 'user_profile.json'; variable 77 let path = null; variable [all …]
|
| /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/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 | 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/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/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/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/static_core/verification/config/process/ |
| D | config_process.cpp | 30 bool ProcessConfigSection(Config *cfg, const Section §ion, const panda::PandaString &path = "") in ProcessConfigSection() 48 void RegisterConfigHandler(Config *cfg, const PandaString &path, callable<bool(Config *, const Sect… in RegisterConfigHandler()
|
| /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/ets_frontend/ets2panda/util/ |
| D | arktsconfig.cpp | 51 static bool IsAbsolute(const std::string &path) in IsAbsolute() 69 std::string ParentPath(const std::string &path) in ParentPath() 79 static std::string MakeAbsolute(const std::string &path, const std::string &base) in MakeAbsolute() 210 auto path = compilerOptions->get()->GetValue<JsonObject::StringT>(key); in Parse() local 315 static std::string TrimPath(const std::string &path) in TrimPath() 324 std::string ArkTsConfig::ResolvePath(const std::string &path) in ResolvePath() 341 static bool MatchExcludes(const fs::path &path, const std::vector<ArkTsConfig::Pattern> &excludes) in MatchExcludes()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | file.h | 124 static bool IsDirectory(const std::string &path) in IsDirectory() 129 static bool IsRegularFile(const std::string &path) in IsRegularFile() 183 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_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XTexture.js | 51 loadTextureFromImage(path, keepdata = false) { argument 71 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 80 this.ximages[rid] = { stat: 0, path: path, tex: null }; property 158 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 181 path: 'default' + rid, property
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| 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()
|
| D | filesystem.cpp | 24 std::string GetAbsolutePath(std::string_view path) in GetAbsolutePath()
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | get_result.py | 27 path = data['path_xts_report'] variable
|
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | tsconfig.win.json | 9 { "path": "../src" } string
|
| D | tsconfig.json | 9 { "path": "../src" } string
|
| D | tsconfig.mac.json | 9 { "path": "../src" } string
|