Home
last modified time | relevance | path

Searched refs:files (Results 1 - 25 of 36) sorted by relevance

12

/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DKvStoreBackupCallbackJsTest.js120 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 DKvStoreBackupPromiseJsTest.js115 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 Dutils.py93 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 Dutils.py123 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 Dgenlocal.py25 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 Dkit.py130 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 Dgenlocal.py186 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 Dsession_test.c103 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 Dmultiprocess_code_coverage.py141 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 Dtar_files.py52 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 Dafter_lcov_branch.py33 for root, dirs, files in os.walk(path):
34 for file_name in files:
H A Dbuild_before_generate.py35 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 Dfcntlndk.cpp137 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 Dget_dependency.py42 for root, dirs, files in os.walk(path):
43 for file in files:
H A Dcheck_hvigor.py100 for root, dirs, files in os.walk(directory):
/test/testfwk/developer_test/src/core/
H A Dutils.py57 files = get_file_list(find_path=dirs[0], postfix=postfix)
58 for file_name in files:
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Dwindows.py233 for root, _, files in os.walk(module_path):
234 for _file in files:
H A Ddevice_test.py62 for root, _, files in os.walk(module_path):
63 for _file in files:
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py195 for _, _, files in os.walk(report_path):
196 for _file in files:
/test/xts/dcts/communication/softbus_standard/socket_trans/server/
H A DSocketTestServer.cpp172 LOG("[cb][data] %s", (event->files[i] == NULL ? "null" : event->files[i])); in OnFile()
/test/testfwk/developer_test/local_coverage/keyword_registration/
H A Dkeyword_filter.py46 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 Dcpp_driver_lite.py408 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 Dcheck_hvigor.py84 for root, dirs, files in os.walk(directory):
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dinterface_coverage_gcov_lcov.py101 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 Dgenerate_report.py60 files = get_file_list(find_path=dirs[0], postfix=postfix)
61 for file_path in files:

Completed in 13 milliseconds

12