Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.spec.ts23 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/
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/tools/circuit_viewer/
Dwebpack.dist.config.js15 const path = require("path"); constant
21 path: path.join(__dirname, "dist"), property
Dwebpack.debug.config.js15 const path = require("path"); constant
22 path: path.join(__dirname, "dist"), property
/arkcompiler/ets_runtime/ecmascript/platform/unix/
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/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/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/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/ets_frontend/test/scripts/auto_xts_test/
Dget_result.py27 path = data['path_xts_report'] variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dfind_ts_files.py35 def main(mark, path): argument
/arkcompiler/ets_frontend/ts2panda/tests/
Dtsconfig.mac.json9 { "path": "../src" } string
Dtsconfig.json9 { "path": "../src" } string
Dtsconfig.win.json9 { "path": "../src" } string
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js51 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/
Dts2abc.js17 const path = require("path"); constant
/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/ets_frontend/arkguard/scripts/
DgrammarTestScript.js2 const path = require('path'); constant
/arkcompiler/ets_runtime/test/
Drun_ts_test262.py114 def create_abc(path): argument
121 def test_es2abc(path): argument
/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.cpp47 std::string path(data, data + size); in DumpHeapSnapshot2FuzzTest() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiReader.ts76 const sourcPath = isOHProject ? path.join(projectPath, 'src', 'main') : projectPath; constant

123