Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 9 of 9) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit_lite.py26 import glob
367 LOG.debug("Nfs server:{}".format(glob.glob(
465 for file_list in glob.glob(os.path.join(target_path, '*.*')):
/test/xts/acts/kernel_lite/fs_posix/src/
DFsOtherTest.cpp241 EXPECT_EQ(glob(TOP_DIR "/" DIR0 "/*", GLOB_ERR, NULL, &buf), 0) << "> glod errno = " << errno;
/test/xts/tools/build/
Dutils.py182 def glob(path, filename_pattern): function
Dsuite.py30 import glob
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/
DRdbstorePredicatesJsunit.test.js1210 predicates.glob("stringValue", "ABC*");
1229 predicates.glob("stringValue", "*LMN");
1248 predicates.glob("stringValue", "ABCDEFGHIJKLM?");
1267 predicates.glob("stringValue", "?BCDEFGHIJKLMN");
1286 predicates.glob("stringValue", "*FGHI*");
1305 predicates.glob("stringValue", "?BCDEFGHIJKLM?");
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/
DRelationalStorePredicatesJsunit.test.js1213 predicates.glob("stringValue", "ABC*");
1232 predicates.glob("stringValue", "*LMN");
1251 predicates.glob("stringValue", "ABCDEFGHIJKLM?");
1270 predicates.glob("stringValue", "?BCDEFGHIJKLMN");
1289 predicates.glob("stringValue", "*FGHI*");
1308 predicates.glob("stringValue", "?BCDEFGHIJKLM?");
/test/xts/acts/distributeddatamgr/dataSharejstest/hap/src/main/js/test/
DDataAbilityPredicatesJsunit.test.js1335 dataAbilityPredicates.glob("stringValue", "ABC*");
1356 dataAbilityPredicates.glob("stringValue", "*LMN");
1377 dataAbilityPredicates.glob("stringValue", "ABCDEFGHIJKLM?");
1398 dataAbilityPredicates.glob("stringValue", "?BCDEFGHIJKLMN");
1419 dataAbilityPredicates.glob("stringValue", "*FGHI*");
1440 dataAbilityPredicates.glob("stringValue", "?BCDEFGHIJKLM?");
/test/xts/tools/lite/build/
Dutils.py219 def glob(path, filename_pattern): function
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py21 import glob
598 for report_xml in glob.glob(os.path.join(report_path, '*.xml')):