Searched refs:kParentDirectory (Results 1 – 2 of 2) sorted by relevance
44 const FilePath::CharType FilePath::kParentDirectory[] = FILE_PATH_LITERAL(".."); member in OHOS::AppExecFwk::LIBZIP::FilePath94 components[i].find(kParentDirectory) != std::string::npos) { in ReferencesParent()263 if (mPath.empty() || mPath == kCurrentDirectory || mPath == kParentDirectory) { in IsDir()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()
46 static const CharType kParentDirectory[]; variable