Searched refs:directoryPath (Results 1 – 5 of 5) sorted by relevance
188 private boolean fileIsUnder(String filePath, String directoryPath) { in fileIsUnder() argument189 if (directoryPath == null) { in fileIsUnder()194 return FileUtils.contains(new File(directoryPath).getCanonicalPath(), in fileIsUnder()
360 void listFilesRecursive(std::string_view directoryPath, FileCallback onFile) const final { in listFilesRecursive() argument361 for (const auto& entry : std::filesystem::recursive_directory_iterator(directoryPath)) { in listFilesRecursive()
173 virtual void listFilesRecursive(std::string_view directoryPath, FileCallback onFile) const = 0;
1270 private static void assertRelativePathForDirectory(String directoryPath, String relativePath) { in assertRelativePathForDirectory() argument1271 assertWithMessage("extractRelativePathForDirectory(" + directoryPath + ") :") in assertRelativePathForDirectory()1272 .that(extractRelativePathWithDisplayName(directoryPath)) in assertRelativePathForDirectory()
617 void fakeFiles(std::string_view directoryPath, FileCallback onFile) { in fakeFiles() argument