/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | KvStoreBackupCallbackJsTest.js | 120 function publicDeleteBackup(kvStore,files){
121 console.log(`Test deleteBackup ${JSON.stringify(files)}`)
124 kvStore.deleteBackup(files, function(err, data){
185 let files =new Array(file);
203 await publicDeleteBackup(kvStore,files);
209 files = []
256 files[0] = file ;
263 publicDeleteBackup(kvStore,files).then((data) => {
289 files[0] = file ;
294 publicDeleteBackup(kvStore,files) [all...] |
H A D | KvStoreBackupPromiseJsTest.js | 115 function publicDeleteBackup(kvStore,files){
116 console.log(`Test deleteBackup ${JSON.stringify(files)}`)
119 kvStore.deleteBackup(files).then((data) => {
177 let files =new Array(file);
194 await publicDeleteBackup(kvStore,files);
245 files[0] = file ;
252 await publicDeleteBackup(kvStore,files).then((data) => {
277 files[0] = "legal" ;
282 publicDeleteBackup(kvStore,files).then((data) => {
307 files[ [all...] |
/test/xts/tools/build/ |
H A D | utils.py | 93 copy source files or source dir to output. 98 :param sources: source files is separated by dot 183 files = [] 184 for dir_path, _, files in os.walk(path): 185 for filename in fnmatch.filter(files, filename_pattern): 186 files.append(os.path.join(dir_path, filename)) 187 return files 231 for root, _, files in os.walk(gradle_output_dir): 232 for file in files:
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 123 copy source files or source dir to output. 128 :param sources: source files is separated by dot 224 files = [] 225 for dir_path, _, files in os.walk(path): 226 for filename in fnmatch.filter(files, filename_pattern): 227 files.append(os.path.join(dir_path, filename)) 228 return files 328 for root, dirs, files in os.walk(out_dir): 329 for file in files: 373 for root, _, files i [all...] |
/test/xts/acts/graphic/vktest/ |
H A D | genlocal.py | 25 for root,dirs,files in os.walk(rootdir, topdown=False): 26 for name in files: 33 files = os.listdir(bakdir) 35 for f in files:
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 130 files = command_value.split("->") 131 remote = files[0].strip() 132 local = files[1].strip() 135 files = command_value.split("->") 136 if len(files) != 2: 139 src, dst = files[0].strip(), files[1].strip() 244 files = re.split('->|=>', push_info) 245 if len(files) != 2: 248 src, dst = files[ [all...] |
/test/xts/acts/arkui/libuv/ |
H A D | genlocal.py | 186 for _, dirs, files in os.walk(rootdir, topdown=False): 187 for name in files: 203 files = os.listdir(bakdir) 205 for f in files:
|
/test/xts/acts/communication_lite/dsoftbus_hal/src/ |
H A D | session_test.c | 103 static int OnReceiveFileStarted(int sessionId, const char *files, int fileCnt) in OnReceiveFileStarted() argument 105 LOG2_INFO("File receive start sessionId = %d, first file = %s, fileCnt = %d\n", sessionId, files, fileCnt); in OnReceiveFileStarted() 109 static void OnReceiveFileFinished(int sessionId, const char *files, int fileCnt) in OnReceiveFileFinished() argument 111 LOG2_INFO("File receive finished sessionId = %d, first file = %s, fileCnt = %d\n", sessionId, files, fileCnt); in OnReceiveFileFinished()
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 141 for root, dirs, files in os.walk(topdir): 176 for root, dirs, files in os.walk(dir_name): 269 for root, dirs, files in os.walk(cov_path): 282 for root, dirs, files in os.walk(single_test_info_path): 283 for file in files: 324 print("Error: get subsystem trace files in report directory failed.") 339 print("Merging all the subsystem trace files")
|
/test/xts/acts/commonlibrary/toolchain/libc-test/ |
H A D | tar_files.py | 52 for root, dirs, files in os.walk(source_dir): 53 for file in files: 72 shutil.rmtree(args.temp_path) # delete middle files
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | after_lcov_branch.py | 33 for root, dirs, files in os.walk(path): 34 for file_name in files:
|
H A D | build_before_generate.py | 35 for root, dirs, files in os.walk(path): 36 for file_name in files:
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | fcntlndk.cpp | 137 int fd = open("/data/storage/el2/base/files/fff.txt", O_CREAT | O_RDWR, PARAM_0777);
in PosixFallocate() 147 int fd = open("/data/storage/el2/base/files/fff.txt", O_CREAT | O_RDWR, PARAM_0777);
in PosixFallocate64() 163 int fd = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777);
in Open() 176 int fd = open64("/data/storage/el2/base/files/test.txt", O_CREAT);
in Open64() 197 int dirFd = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777);
in Openat() 198 fd = openat(dirFd, "/data/storage/el2/base/files/test1.txt", O_CREAT | O_RDWR | O_TRUNC, FILEFLAG);
in Openat() 213 int dirFd = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777);
in Openat64() 214 fd = openat64(dirFd, "/data/storage/el2/base/files/test2.txt", O_CREAT | O_RDWR | O_TRUNC, FILEFLAG);
in Openat64() 229 int fileDescribe = open("/data/storage/el2/base/files/fzl.txt", O_CREAT | O_RDWR, PARAM_0777);
in PosixFadvise() 239 int fileDescribe = open("/data/storage/el2/base/files/fz in PosixFadvise64() 289 FILE *files = fopen("/data/storage/el2/base/files/test.txt", "w"); FwriteChk() local [all...] |
/test/xts/acts/ |
H A D | get_dependency.py | 42 for root, dirs, files in os.walk(path): 43 for file in files:
|
H A D | check_hvigor.py | 100 for root, dirs, files in os.walk(directory):
|
/test/testfwk/developer_test/src/core/ |
H A D | utils.py | 57 files = get_file_list(find_path=dirs[0], postfix=postfix)
58 for file_name in files:
|
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | windows.py | 233 for root, _, files in os.walk(module_path): 234 for _file in files:
|
H A D | device_test.py | 62 for root, _, files in os.walk(module_path): 63 for _file in files:
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | request.py | 195 for _, _, files in os.walk(report_path): 196 for _file in files:
|
/test/xts/dcts/communication/softbus_standard/socket_trans/server/ |
H A D | SocketTestServer.cpp | 172 LOG("[cb][data] %s", (event->files[i] == NULL ? "null" : event->files[i]));
in OnFile()
|
/test/testfwk/developer_test/local_coverage/keyword_registration/ |
H A D | keyword_filter.py | 46 for root_path, _, files in os.walk(self.report_path): 47 for file in files: 58 for root_path, _, files in os.walk(self.report_path): 59 for file in files:
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver_lite.py | 408 LOG.info("Trying to pull remote server: {}:{} report files to local " 422 files = sftp.listdir(report_path) 424 for report_xml in files: 535 files = sftp.listdir(report_path) 536 for report_xml in files:
|
/test/xts/hats/ |
H A D | check_hvigor.py | 84 for root, dirs, files in os.walk(directory):
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 101 files = get_file_list(find_path=dirs[0], postfix=postfix) 102 for file_path in files:
|
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | generate_report.py | 60 files = get_file_list(find_path=dirs[0], postfix=postfix) 61 for file_path in files:
|