Home
last modified time | relevance | path

Searched refs:glob (Results 1 - 14 of 14) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dglobndk.cpp17 #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 Dglob1ndk.cpp17 #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 Dgetopt1ndk.cpp20 #include <glob.h>
H A Dgetoptndk.cpp20 #include <glob.h>
H A Dunistdndk.cpp24 #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 DFsOtherTest.cpp31 #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 Dkit_lite.py26 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 Dcpp_driver_lite.py21 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 DDataAbilityPredicatesJsunit.test.js1329 * @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 DRdbstorePredicatesJsunit.test.js1205 * @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 DRelationalStorePredicatesJsunit.test.js1206 * @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 Dutils.py182 def glob(path, filename_pattern): function
H A Dsuite.py30 import glob namespace
/test/xts/tools/lite/build/
H A Dutils.py223 def glob(path, filename_pattern): function

Completed in 20 milliseconds