Home
last modified time | relevance | path

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

123

/test/testfwk/xdevice/src/xdevice/_core/
Dcommon.py24 def is_source_code_rootpath(path): argument
33 def get_source_code_rootpath(path): argument
/test/xts/device_attest_lite/services/core/utils/
Dattest_utils_file.c52 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize()
65 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile()
97 int32_t ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in ReadFile()
125 int32_t CreateFile(const char* path, const char* fileName) in CreateFile()
139 bool IsFileExist(const char* path, const char* fileName) in IsFileExist()
153 bool DeleteFile(const char* path, const char* fileName) in DeleteFile()
170 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize()
208 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile()
261 int32_t ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in ReadFile()
304 int32_t CreateFile(const char* path, const char* fileName) in CreateFile()
[all …]
/test/testfwk/developer_test/src/core/
Dcommon.py24 def is_source_code_root_path(path): argument
35 def get_source_code_root_path(path): argument
Dutils.py33 def create_dir(path): argument
54 def get_file_list_by_postfix(path, postfix=""): argument
/test/xts/device_attest/services/core/utils/
Dattest_utils_file.c45 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize()
83 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile()
131 int32_t ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in ReadFile()
174 int32_t CreateFile(const char* path, const char* fileName) in CreateFile()
223 bool IsFileExist(const char* path, const char* fileName) in IsFileExist()
250 int32_t ReadFileBuffer(const char* path, const char* fileName, char** outStr) in ReadFileBuffer()
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
DHiAppEventCPPTest.cpp70 string path; variable
105 string path; variable
139 string path; variable
173 string path; variable
209 string path; variable
243 string path; variable
277 string path; variable
311 string path; variable
345 string path; variable
379 string path; variable
[all …]
/test/xts/device_attest/services/oem_adapter/src/
Ddevice_attest_oem_file.c47 int32_t OEMGetFileSize(const char* path, const char* fileName, uint32_t* result) in OEMGetFileSize()
79 int32_t OEMWriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in OEMWriteFile()
122 int32_t OEMReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in OEMReadFile()
159 int32_t OEMCreateFile(const char* path, const char* fileName) in OEMCreateFile()
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthnopermission/src/main/js/MainAbility/pages/index/
Dindex.js32 var path = "/data/config.dat" variable
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauth/src/main/js/MainAbility/pages/index/
Dindex.js32 var path = "/data/config.dat" variable
/test/xts/acts/security_lite/huks/common/
Dhks_test_file_operator.c44 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t ful… in GetFileName()
69 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName()
261 int32_t HksTestFileRemove(const char *path, const char *fileName) in HksTestFileRemove()
273 uint32_t HksTestFileRead(const char *path, const char *fileName, uint32_t offset, uint8_t *buf, uin… in HksTestFileRead()
290 int32_t HksTestFileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *bu… in HksTestFileWrite()
307 uint32_t HksTestFileSize(const char *path, const char *fileName) in HksTestFileSize()
/test/xts/acts/graphic/graphicnapidrawingtest/
DNativeDrawingCanvasTest.cpp120 OH_Drawing_Path* path = OH_Drawing_PathCreate(); variable
133 OH_Drawing_Path* path = OH_Drawing_PathCreate(); variable
DNativeDrawingPathTest.cpp47 OH_Drawing_Path* path = OH_Drawing_PathCreate(); variable
/test/xts/acts/commonlibrary/toolchain/libc-test/include/
Dgetfiles.cpp26 std::vector<std::string> Runtest::GetFileNames(std::string path) in GetFileNames()
Dgettestfiles.cpp22 static void GetTestNames(std::string path, std::vector<std::string>& tempName) in GetTestNames()
/test/xts/tools/lite/build/
Dutils.py189 def get_subsystem_name(path): argument
217 def glob(path, filename_pattern): argument
256 def get_subsystem_name_no_output(path): argument
271 def check_component(path, components): argument
/test/testfwk/developer_test/src/core/build/
Dpretreat_targets.py66 def _pretreat_js_target(self, path, name): argument
136 def _disassemble_js_target(self, path, name): argument
/test/xts/acts/kernel_lite/fs_posix/src/
DFsOtherTest.cpp100 int FtwCheckDirTree(const char *path, const struct stat *sb, int flag) in FtwCheckDirTree()
145 int NftwCheckDirTree(const char *path, const struct stat *sb, int flag, struct FTW *s) in NftwCheckDirTree()
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/
Dutils.cpp112 void SaveCharTextAppend(char *input, char *path) in SaveCharTextAppend()
134 void SaveStringTextAppend(std::string input, std::string path) in SaveStringTextAppend()
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/obj_Path2D/router/
Dindex.js46 var path = ctx.createPath2D("M80 20 L40 100 L120 100 Z"); variable
/test/xts/tools/build/
Dutils.py153 def get_subsystem_name(path): argument
182 def glob(path, filename_pattern): argument
/test/xts/acts/ai/neural_network_runtime/common/
Dnnrt_utils.cpp303 PathType CheckPath(const std::string &path) in CheckPath()
323 bool DeleteFile(const std::string &path) in DeleteFile()
367 void DeleteFolder(const std::string &path) in DeleteFolder()
403 bool CreateFolder(const std::string &path) in CreateFolder()
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
Dhap_manager_test.cpp104 const char *path = resPath.c_str(); variable
Dglobal_test.cpp68 const char *path = resPath.c_str(); in GetResId() local
/test/xts/acts/kernel_lite/utils/
Dlibfs.cpp124 char *path = getcwd(path1, MAX_PATH_SIZE); in GetCurrentPath() local
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsdataabilityrelyhap/entry/src/main/ets/TestDataAbility3/
Ddata.ts184 let path = "/data/test" variable

123