/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | globndk.cpp | 17 #include <glob.h>
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() 61 {"glob", nullptr, Glob, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
H A D | glob1ndk.cpp | 17 #include <glob.h>
31 int ret = glob("/not_match", GLOB_NOSORT, nullptr, &buf);
in Glob() 46 {"glob", nullptr, Glob, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
H A D | getopt1ndk.cpp | 20 #include <glob.h>
|
H A D | getoptndk.cpp | 20 #include <glob.h>
|
H A D | unistdndk.cpp | 24 #include <glob.h>
1304 int ret = glob("/data/storage/el2/base/files/*", GLOB_NOSORT, nullptr, &buf);
in Glob() 1318 int ret = glob("/data/storage/el2/base/files/*", GLOB_NOSORT, nullptr, &buf);
in Globfree() 2131 {"glob", nullptr, Glob, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsOtherTest.cpp | 31 #include <glob.h> 234 * @tc.name basic function test : Use glob function and globfree function for path generation and release 241 EXPECT_EQ(glob(TOP_DIR "/" DIR0 "/*", GLOB_ERR, NULL, &buf), 0) << "> glod errno = " << errno; in HWTEST_F()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 26 import glob namespace 362 LOG.debug("Nfs server:{}".format(glob.glob( 466 for file_list in glob.glob(os.path.join(target_path, '*.*')):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver_lite.py | 21 import glob namespace 548 for report_xml in glob.glob(os.path.join(report_path, '*.xml')):
|
/test/xts/acts/distributeddatamgr/dataSharejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DataAbilityPredicatesJsunit.test.js | 1329 * @tc.desc end with ? by glob.
1335 dataAbilityPredicates.glob("stringValue", "ABC*");
1350 * @tc.desc begin with * by glob.
1356 dataAbilityPredicates.glob("stringValue", "*LMN");
1371 * @tc.desc end with ? by glob.
1377 dataAbilityPredicates.glob("stringValue", "ABCDEFGHIJKLM?");
1392 * @tc.desc begin with ? by glob.
1398 dataAbilityPredicates.glob("stringValue", "?BCDEFGHIJKLMN");
1413 * @tc.desc begin and end with * by glob.
1419 dataAbilityPredicates.glob("stringValu [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstorePredicatesJsunit.test.js | 1205 * @tc.desc end with ? by glob.
1211 predicates.glob("stringValue", "ABC*");
1224 * @tc.desc begin with * by glob.
1230 predicates.glob("stringValue", "*LMN");
1243 * @tc.desc end with ? by glob.
1249 predicates.glob("stringValue", "ABCDEFGHIJKLM?");
1262 * @tc.desc begin with ? by glob.
1268 predicates.glob("stringValue", "?BCDEFGHIJKLMN");
1281 * @tc.desc begin and end with * by glob.
1287 predicates.glob("stringValu [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStorePredicatesJsunit.test.js | 1206 * @tc.desc end with ? by glob.
1212 predicates.glob("stringValue", "ABC*");
1224 * @tc.desc begin with * by glob.
1230 predicates.glob("stringValue", "*LMN");
1242 * @tc.desc end with ? by glob.
1248 predicates.glob("stringValue", "ABCDEFGHIJKLM?");
1260 * @tc.desc begin with ? by glob.
1266 predicates.glob("stringValue", "?BCDEFGHIJKLMN");
1278 * @tc.desc begin and end with * by glob.
1284 predicates.glob("stringValu [all...] |
/test/xts/tools/build/ |
H A D | utils.py | 182 def glob(path, filename_pattern): function
|
H A D | suite.py | 30 import glob namespace
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 223 def glob(path, filename_pattern): function
|