Searched refs:glob (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_dir.cpp | 23 #include <glob.h> 180 glob(pattern.data(), static_cast<int>(flags), NULL, gl.get()); in ExpandPathWildcard()
|
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/ |
H A D | RdbstorePredicatesJsunit.test.js | 1521 * @tc.desc end with ? by glob. 1527 predicates.glob("stringValue", "ABC*"); 1540 * @tc.desc begin with * by glob. 1546 predicates.glob("stringValue", "*LMN"); 1559 * @tc.desc end with ? by glob. 1565 predicates.glob("stringValue", "ABCDEFGHIJKLM?"); 1578 * @tc.desc begin with ? by glob. 1584 predicates.glob("stringValue", "?BCDEFGHIJKLMN"); 1597 * @tc.desc begin and end with * by glob. 1603 predicates.glob("stringValu [all...] |
/foundation/distributeddatamgr/relational_store/test/js/dataability/unittest/src/ |
H A D | DataAbilityPredicatesJsunit.test.js | 1328 * @tc.desc end with ? by glob. 1334 dataAbilityPredicates.glob("stringValue", "ABC*"); 1349 * @tc.desc begin with * by glob. 1355 dataAbilityPredicates.glob("stringValue", "*LMN"); 1370 * @tc.desc end with ? by glob. 1376 dataAbilityPredicates.glob("stringValue", "ABCDEFGHIJKLM?"); 1391 * @tc.desc begin with ? by glob. 1397 dataAbilityPredicates.glob("stringValue", "?BCDEFGHIJKLMN"); 1412 * @tc.desc begin and end with * by glob. 1418 dataAbilityPredicates.glob("stringValu [all...] |
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstorePredicatesJsunit.test.js | 1594 * @tc.name Normal test case of predicates, test "glob" for string value 1595 * @tc.desc 1.Execute glob ("stringValue", "ABC*") 1602 predicates.glob("stringValue", "ABC*"); 1614 * @tc.name Normal test case of predicates, test "glob" for string value 1615 * @tc.desc 1.Execute glob ("stringValue", "*LMN") 1622 predicates.glob("stringValue", "*LMN"); 1634 * @tc.name Normal test case of predicates, test "glob" for string value 1635 * @tc.desc 1.Execute glob ("stringValue", "ABCDEFGHIJKLM?") 1642 predicates.glob("stringValue", "ABCDEFGHIJKLM?"); 1654 * @tc.name Normal test case of predicates, test "glob" fo [all...] |
Completed in 6 milliseconds