Home
last modified time | relevance | path

Searched refs:AreAllSeparators (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h85 bool AreAllSeparators(const std::string &input);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp113 if (!AreAllSeparators(base.path_)) in GetComponents()
192 bool FilePath::AreAllSeparators(const std::string &input) in AreAllSeparators() function in OHOS::AppExecFwk::LIBZIP::FilePath