Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp41 const FilePath::CharType FilePath::kSeparators[] = FILE_PATH_LITERAL("/"); member in OHOS::AppExecFwk::LIBZIP::FilePath
42 const size_t FilePath::kSeparatorsLength = arraysize(kSeparators);
131 newPath.path_.find_last_of(kSeparators, std::string::npos, kSeparatorsLength - 1); in DirName()
167 newPath.path_.find_last_of(kSeparators, std::string::npos, kSeparatorsLength - 1); in BaseName()
215 if (character == kSeparators[i]) { in IsSeparator()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h43 static const CharType kSeparators[]; member in OHOS::AppExecFwk::LIBZIP::FilePath

Completed in 3 milliseconds