Searched refs:glob (Results 1 – 16 of 16) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/ets/test/ |
D | GlobNdk.test.ets | 16 import glob from 'libglobndk.so' 27 * @tc.desc : test glob 33 let result: number = glob.glob(); 47 let result: number = glob.globfree();
|
D | Glob1Ndk.test.ets | 16 import glob from 'libglob1ndk.so' 26 * @tc.desc : test glob 32 let result: number = glob.glob();
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | globndk.cpp | 31 int ret = glob("/data/storage/el2/base/files/", GLOB_NOSORT, nullptr, &buf); in Glob() 45 glob("/data/storage/el2/base/files/", GLOB_NOSORT, nullptr, &buf); in Globfree()
|
D | glob1ndk.cpp | 31 int ret = glob("/not_match", GLOB_NOSORT, nullptr, &buf); in Glob()
|
D | unistdndk.cpp | 1236 int ret = glob("/data/storage/el2/base/files/*", GLOB_NOSORT, nullptr, &buf); in Glob() 1250 int ret = glob("/data/storage/el2/base/files/*", GLOB_NOSORT, nullptr, &buf); in Globfree()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
D | kit_lite.py | 26 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/distributeddatamgr/crossplatform/relationalstoreetstest/src/main/ets/test/ |
D | RdbPredicates.test.ets | 2694 * @tc.desc : Test the glob() method of class RdbPredicates. 2695 * End with ? by glob. 2704 predicates.glob('stringValue', "ABCDEFGHIJKLM?"); 2717 * @tc.desc : Test the glob() method of class RdbPredicates. 2718 * Begin with ? by glob. 2727 predicates.glob("stringValue", "?BCDEFGHIJKLMN"); 2740 * @tc.desc : Test the glob() method of class RdbPredicates. 2741 * Begin and end with ? by glob. 2750 predicates.glob("stringValue", "?BCDEFGHIJKLM?"); 2763 * @tc.desc : Test the glob() method of class RdbPredicates. [all …]
|
D | RdbStoreIgnoretest.ets | 400 * @tc.desc : Test the glob() method of class RdbPredicates. 401 * Begin and end with * by glob. 412 predicates = predicates.glob("*FGHI*");
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
D | FsOtherTest.cpp | 241 EXPECT_EQ(glob(TOP_DIR "/" DIR0 "/*", GLOB_ERR, NULL, &buf), 0) << "> glod errno = " << errno;
|
/test/xts/tools/build/ |
D | utils.py | 183 def glob(path, filename_pattern): function
|
D | suite.py | 30 import glob
|
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/ |
D | RdbstorePredicatesJsunit.test.js | 1211 predicates.glob("stringValue", "ABC*"); 1230 predicates.glob("stringValue", "*LMN"); 1249 predicates.glob("stringValue", "ABCDEFGHIJKLM?"); 1268 predicates.glob("stringValue", "?BCDEFGHIJKLMN"); 1287 predicates.glob("stringValue", "*FGHI*"); 1306 predicates.glob("stringValue", "?BCDEFGHIJKLM?");
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/src/main/js/test/ |
D | RelationalStorePredicatesJsunit.test.js | 1212 predicates.glob("stringValue", "ABC*"); 1230 predicates.glob("stringValue", "*LMN"); 1248 predicates.glob("stringValue", "ABCDEFGHIJKLM?"); 1266 predicates.glob("stringValue", "?BCDEFGHIJKLMN"); 1284 predicates.glob("stringValue", "*FGHI*"); 1302 predicates.glob("stringValue", "?BCDEFGHIJKLM?");
|
/test/xts/acts/distributeddatamgr/dataSharejstest/hap/src/main/js/test/ |
D | DataAbilityPredicatesJsunit.test.js | 1335 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/ |
D | utils.py | 219 def glob(path, filename_pattern): function
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers_lite.py | 21 import glob 603 for report_xml in glob.glob(os.path.join(report_path, '*.xml')):
|