Home
last modified time | relevance | path

Searched refs:IsSeparator (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp142 } else if (lastSeparator == one && IsSeparator(newPath.path_[zero])) { in DirName()
184 for (std::string::size_type pos = path_.length(); pos > start && FilePath::IsSeparator(path_[pos - one]); --pos) { in StripTrailingSeparatorsInternal()
185 if (pos != start + one || lastStripped == start + two || !FilePath::IsSeparator(path_[start - one])) { in StripTrailingSeparatorsInternal()
195 if (!FilePath::IsSeparator(*it)) { in AreAllSeparators()
205 return path_.length() > 0 && FilePath::IsSeparator(path_[0]); in IsAbsolute()
212 bool FilePath::IsSeparator(CharType character) in IsSeparator() function in OHOS::AppExecFwk::LIBZIP::FilePath
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h50 static bool IsSeparator(CharType character);

Completed in 2 milliseconds