Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp43 const FilePath::CharType FilePath::kCurrentDirectory[] = FILE_PATH_LITERAL("."); member in OHOS::AppExecFwk::LIBZIP::FilePath
120 if (!base.path_.empty() && base.path_ != kCurrentDirectory) { in GetComponents()
153 newPath.path_ = kCurrentDirectory; in DirName()
263 if (mPath.empty() || mPath == kCurrentDirectory || mPath == kParentDirectory) { in IsDir()
290 // If this object's path is kCurrentDirectory, a new FilePath corresponding
388 if (path.empty() || path == kCurrentDirectory || path == kParentDirectory) { in GetZipAllDirFiles()
405 if ((strcmp(ptr->d_name, kCurrentDirectory) == 0) || (strcmp(ptr->d_name, kParentDirectory) == 0)) { in GetZipAllDirFiles()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h45 static const CharType kCurrentDirectory[]; member in OHOS::AppExecFwk::LIBZIP::FilePath
61 // If this object's path is kCurrentDirectory, a new FilePath corresponding

Completed in 3 milliseconds