Searched refs:IsDirectory (Results 1 – 7 of 7) sorted by relevance
293 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath302 if (!this->IsDirectory()) { in CreateDirectoriesRecursively()340 return IsDirectory() in RemoveTrailingPathSeparator()
469 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
35 static bool IsDirectory(const std::string &Path) { in IsDirectory() function73 (E->d_type == DT_UNKNOWN && IsDirectory(Path))) && in ListFilesInDirRecursive()
511 YAMLVFSEntry(T1 &&VPath, T2 &&RPath, bool IsDirectory = false)513 IsDirectory(IsDirectory) {} in VPath()516 bool IsDirectory = false; member879 void addEntry(StringRef VirtualPath, StringRef RealPath, bool IsDirectory);
166 bool IsDirectory() const;
2150 bool IsDirectory) { in addEntry() argument2154 Mappings.emplace_back(VirtualPath, RealPath, IsDirectory); in addEntry()2266 Entry.IsDirectory ? Entry.VPath : path::parent_path(Entry.VPath) in write()2278 if (!Entry.IsDirectory) { in write()2285 Entry.IsDirectory ? Entry.VPath : path::parent_path(Entry.VPath); in write()2310 if (!Entry.IsDirectory) { in write()
9413 auto AddCompletion = [&](StringRef Filename, bool IsDirectory) { in CodeCompleteIncludedFile() argument9416 TypedChunk.push_back(IsDirectory ? '/' : Angled ? '>' : '"'); in CodeCompleteIncludedFile()