Home
last modified time | relevance | path

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

12

/test/xdevice/src/xdevice/_core/
Dcommon.py24 def is_source_code_rootpath(path): argument
33 def get_source_code_rootpath(path): argument
Dutils.py189 def create_dir(path): argument
533 def check_path_legal(path): argument
/test/developertest/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
53 def get_file_list_by_postfix(path, postfix=""): argument
/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()
185 int32_t HksIsFileExist(const char *path, const char *fileName) in HksIsFileExist()
276 int32_t HksTestFileRemove(const char *path, const char *fileName) in HksTestFileRemove()
288 uint32_t HksTestFileRead(const char *path, const char *fileName, uint32_t offset, uint8_t *buf, uin… in HksTestFileRead()
305 int32_t HksTestFileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *bu… in HksTestFileWrite()
322 uint32_t HksTestFileSize(const char *path, const char *fileName) in HksTestFileSize()
/test/xts/tools/lite/build/
Dutils.py187 def get_subsystem_name(path): argument
215 def glob(path, filename_pattern): argument
254 def get_subsystem_name_no_output(path): argument
269 def check_component(path, components): argument
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauth/entry/src/main/js/default/pages/index/
Dindex.js44 var path = "/data/config.dat" variable
/test/developertest/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/xdevice/extension/src/xdevice_extension/_core/
Dutils.py125 def create_dir(path): argument
235 def check_path_legal(path): argument
/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/ace/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.py152 def get_subsystem_name(path): argument
181 def glob(path, filename_pattern): argument
/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
Dhap_resource_test.cpp150 const char *path = resPath.c_str(); variable
/test/xts/acts/kernel_lite/utils/
Dlibfs.cpp124 char *path = getcwd(path1, MAX_PATH_SIZE); in GetCurrentPath() local
/test/developertest/aw/cxx/hwext/
Dperf.cpp50 BaseLineManager::BaseLineManager(const string path) in BaseLineManager()
64 bool BaseLineManager::LoadConfig(const string path) in LoadConfig()
/test/developertest/aw/cxx/distributed/utils/
Dcsv_transform_xml.h134 void getAllFiles(std::string path) in getAllFiles()
/test/xts/hats/hdf/camera/hdi/common/
Dcommon.cpp73 char path[PATH_MAX] = {0}; in SaveYUV() local
136 char path[PATH_MAX] = {0}; in SaveVideoFile() local
/test/developertest/aw/python/distributed/common/
Ddevices.py251 def check_path_legal(self, path): argument
387 def check_path_legal(self, path): argument
/test/developertest/libs/benchmark/report/
Dgenerate_report.py53 def get_file_list_by_postfix(path, postfix, filter_jar = ""): argument
/test/xdevice/extension/src/xdevice_extension/_core/environment/
Ddmlib.py609 def read_mode(self, path): argument
624 def create_file_req(self, command, path): argument
651 def create_send_file_req(self, command, path, mode=0o644): argument
/test/xts/acts/security_lite/permission_posix/capability/src/
DActsCapability.cpp393 static char path[MAX_PATH_SIZE]; in GetCurrentPath() local
/test/xts/hats/hdf/audio/hdi/capture/captureScene/src/
Daudio_hdicapture_scene_test.cpp127 int32_t AudioHdiCaptureSceneTest::AudioCaptureStart(const string path, struct AudioCapture *capture… in AudioCaptureStart() argument

12