Home
last modified time | relevance | path

Searched refs:directoryPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDynamicCodeLogger.java188 private boolean fileIsUnder(String filePath, String directoryPath) { in fileIsUnder() argument
189 if (directoryPath == null) { in fileIsUnder()
194 return FileUtils.contains(new File(directoryPath).getCanonicalPath(), in fileIsUnder()
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp360 void listFilesRecursive(std::string_view directoryPath, FileCallback onFile) const final { in listFilesRecursive() argument
361 for (const auto& entry : std::filesystem::recursive_directory_iterator(directoryPath)) { in listFilesRecursive()
H A DServiceWrappers.h173 virtual void listFilesRecursive(std::string_view directoryPath, FileCallback onFile) const = 0;
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DMediaProviderTest.java1270 private static void assertRelativePathForDirectory(String directoryPath, String relativePath) { in assertRelativePathForDirectory() argument
1271 assertWithMessage("extractRelativePathForDirectory(" + directoryPath + ") :") in assertRelativePathForDirectory()
1272 .that(extractRelativePathWithDisplayName(directoryPath)) in assertRelativePathForDirectory()
/aosp12/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp617 void fakeFiles(std::string_view directoryPath, FileCallback onFile) { in fakeFiles() argument