Home
last modified time | relevance | path

Searched refs:CheckSuffix (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_utils.cpp44 bool CheckSuffix(std::vector<std::string> suffixs) in CheckSuffix() function
72 if (!CheckSuffix(suffixs)) { in GetSuffix()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlist_file.cpp32 static bool CheckSuffix(const vector<string> &suffixs) in CheckSuffix() function
66 if (!CheckSuffix(suffix) || suffix.size() == 0) { in GetFileFilterParam()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dlistfile.cpp35 static bool CheckSuffix(const vector<string> &suffixs) in CheckSuffix() function
63 if (!CheckSuffix(suffixs) || suffixs.size() == 0) { in GetFileFilterParam()