Searched refs:PathReplacingFileSystem (Results 1 – 4 of 4) sorted by relevance
129 PathReplacingFileSystem::PathReplacingFileSystem( in PathReplacingFileSystem() function in android::vintf::details::PathReplacingFileSystem140 status_t PathReplacingFileSystem::fetch(const std::string& path, std::string* fetched, in fetch()145 status_t PathReplacingFileSystem::listFiles(const std::string& path, std::vector<std::string>* out, in listFiles()150 status_t PathReplacingFileSystem::modifiedTime(const std::string& path, timespec* mtime, in modifiedTime()155 std::string PathReplacingFileSystem::path_replace(std::string_view path) const { in path_replace()
105 class PathReplacingFileSystem : public FileSystem {108 PathReplacingFileSystem(std::unique_ptr<FileSystem> impl,
70 std::make_unique<vintf::details::PathReplacingFileSystem>( in CheckVintf()
6941 TEST(FileSystem, PathReplacingFileSystem) { in TEST() argument6951 details::PathReplacingFileSystem fs(std::make_unique<InMemoryFileSystem>(files), replacements); in TEST()