Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/ets/test/
DGlobNdk.test.ets16 import glob from 'libglobndk.so'
27 * @tc.desc : test glob
33 let result: number = glob.glob();
47 let result: number = glob.globfree();
DGlob1Ndk.test.ets16 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/
Dglobndk.cpp31 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()
Dglob1ndk.cpp31 int ret = glob("/not_match", GLOB_NOSORT, nullptr, &buf); in Glob()
Dunistdndk.cpp1236 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/
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/distributeddatamgr/crossplatform/relationalstoreetstest/src/main/ets/test/
DRdbPredicates.test.ets2694 * @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 …]
DRdbStoreIgnoretest.ets400 * @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/
DFsOtherTest.cpp241 EXPECT_EQ(glob(TOP_DIR "/" DIR0 "/*", GLOB_ERR, NULL, &buf), 0) << "> glod errno = " << errno;
/test/xts/tools/build/
Dutils.py183 def glob(path, filename_pattern): function
Dsuite.py30 import glob
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/src/main/js/test/
DRdbstorePredicatesJsunit.test.js1211 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/
DRelationalStorePredicatesJsunit.test.js1212 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/
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
603 for report_xml in glob.glob(os.path.join(report_path, '*.xml')):