Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp42 const size_t FilePath::kSeparatorsLength = arraysize(kSeparators); member in OHOS::AppExecFwk::LIBZIP::FilePath
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()
214 for (size_t i = 0; i < kSeparatorsLength - 1; ++i) { in IsSeparator()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h44 static const size_t kSeparatorsLength; member in OHOS::AppExecFwk::LIBZIP::FilePath

Completed in 2 milliseconds