| /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 | 15 const path = require("path"); constant 21 path: path.join(__dirname, "dist"), property
|
| D | webpack.debug.config.js | 15 const path = require("path"); constant 22 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/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_frontend/test/scripts/auto_xts_test/ |
| D | get_result.py | 27 path = data['path_xts_report'] variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | find_ts_files.py | 35 def main(mark, path): argument
|
| /arkcompiler/ets_frontend/ts2panda/tests/ |
| D | tsconfig.mac.json | 9 { "path": "../src" } string
|
| D | tsconfig.json | 9 { "path": "../src" } string
|
| D | tsconfig.win.json | 9 { "path": "../src" } string
|
| /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/ets_frontend/es2panda/scripts/ |
| D | ts2abc.js | 17 const path = require("path"); constant
|
| /arkcompiler/ets_runtime/test/fuzztest/buildnativeandJsstacktrace_fuzzer/ |
| D | buildnativeandJsstacktrace_fuzzer.cpp | 31 std::string path(data, data + size); in BuildNativeAndJsStackTraceFuzzTest() local
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | ts2abc.js | 17 const path = require("path"); constant
|
| /arkcompiler/ets_frontend/arkguard/scripts/ |
| D | grammarTestScript.js | 2 const path = require('path'); constant
|
| /arkcompiler/ets_runtime/test/ |
| D | run_ts_test262.py | 114 def create_abc(path): argument 121 def test_es2abc(path): argument
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | webpack.config.js | 16 const path = require('path'); constant 45 path: path.resolve(__dirname, 'dist/src'), property
|
| /arkcompiler/ets_runtime/test/fuzztest/dumpheapsnapshot2_fuzzer/ |
| D | dumpheapsnapshot2_fuzzer.cpp | 47 std::string path(data, data + size); in DumpHeapSnapshot2FuzzTest() local
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiReader.ts | 76 const sourcPath = isOHProject ? path.join(projectPath, 'src', 'main') : projectPath; constant
|