Home
last modified time | relevance | path

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

123456789

/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_frontend/ets2panda/linter/homecheck/resources/
DsdkConfig.json5 "path": "./resources/internalSdk", string
10 "path": "", string
15 "path": "", string
20 "path": "./resources/thirdPartyModules", string
/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()
38 uint64_t GetFolderSize([[maybe_unused]] const std::string &path) in GetFolderSize()
/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()
34 uint64_t GetFolderSize([[maybe_unused]] const std::string &path) in GetFolderSize()
Dos.cpp61 void SetSecurityLabel([[maybe_unused]] const std::string& path) in SetSecurityLabel()
77 bool CheckDiskSpace([[maybe_unused]] const std::string& path, [[maybe_unused]] size_t requiredBytes) in CheckDiskSpace()
83 uint64_t GetDeviceValidSize(const std::string &path) in GetDeviceValidSize()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/app/
Darktsconfig.json18 { "path": "../foo" }, string
19 { "path": "../bar" }, string
20 { "path": "../spawn" }, string
21 { "path": "../mismatched/src" }, string
22 { "path": "../loop_inheritance/src" } string
/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()
41 uint64_t GetFolderSize(const std::string &path) in GetFolderSize()
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dfilesystem.cpp29 bool CreateDirectory(const std::string& path) in CreateDirectory()
47 bool Exists(const std::string& path) in Exists()
61 std::size_t FileSize(const std::string& path) in FileSize()
68 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/jspandafile/tests/
Djs_pandafile_snapshot_test.cpp39 …static bool WriteDataToFile(JSThread *thread, JSPandaFile *jsPandaFile, const CString &path, const… in WriteDataToFile()
58 CString path = GetSnapshotPath(); in SetUp() local
68 CString path = GetSnapshotPath(); in TearDown() local
150 CString path = GetSnapshotPath(); in HWTEST_F_L0() local
178 CString path = GetSnapshotPath(); in HWTEST_F_L0() local
193 CString path = GetSnapshotPath(); in HWTEST_F_L0() local
205 CString path = GetSnapshotPath(); in HWTEST_F_L0() local
221 CString path = GetSnapshotPath(); in HWTEST_F_L0() local
244 CString path = GetSnapshotPath(); in HWTEST_F_L0() local
264 CString path = GetSnapshotPath(); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/ohos/
Dmodule_snapshot_interfaces.cpp23 void ModuleSnapshotInterfaces::Serialize(const EcmaVM *vm, const CString &path) in Serialize()
40 void ModuleSnapshotInterfaces::Deserialize(const EcmaVM *vm, const CString &path) in Deserialize()
/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()
/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/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_runtime/ecmascript/jspandafile/
Djs_pandafile_snapshot.cpp26 bool JSPandaFileSnapshot::ReadData(JSThread *thread, JSPandaFile *jsPandaFile, const CString &path, in ReadData()
37 void JSPandaFileSnapshot::PostWriteDataToFileJob(const EcmaVM *vm, const CString &path, const CStri… in PostWriteDataToFileJob()
57 …l JSPandaFileSnapshot::IsJSPandaFileSnapshotFileExist(const CString &fileName, const CString &path) in IsJSPandaFileSnapshotFileExist()
63 CString JSPandaFileSnapshot::GetJSPandaFileFileName(const CString &fileName, const CString &path) in GetJSPandaFileFileName()
69 void JSPandaFileSnapshot::RemoveSnapshotFiles(const CString &path) in RemoveSnapshotFiles()
74 …PandaFileSnapshot::WriteDataToFile(JSThread *thread, JSPandaFile *jsPandaFile, const CString &path, in WriteDataToFile()
195 …andaFileSnapshot::ReadDataFromFile(JSThread *thread, JSPandaFile *jsPandaFile, const CString &path, in ReadDataFromFile()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dos.cpp64 void SetSecurityLabel(const std::string& path) in SetSecurityLabel()
89 bool CheckDiskSpace(const std::string& path, size_t requiredBytes) in CheckDiskSpace()
95 uint64_t GetDeviceValidSize(const std::string &path) in GetDeviceValidSize()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/verification_mode/app/
Darktsconfig.json15 { "path": "../src" }, string
16 { "path": "../../spawn"} string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/verification_wrong_this/app/
Darktsconfig.json15 { "path": "../src" }, string
16 { "path": "../../spawn"} string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/mismatched/app/
Darktsconfig.json15 { "path": "../src" }, string
16 { "path": "../../spawn"} string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/verification_i32f64misuse/app/
Darktsconfig.json15 { "path": "../src" }, string
16 { "path": "../../spawn"} string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/multiple_implement/app/
Darktsconfig.json15 { "path": "../src" }, string
16 { "path": "../../spawn"} string

123456789