Searched refs:PathReplacingFileSystem (Results 1 – 3 of 3) sorted by relevance
120 PathReplacingFileSystem::PathReplacingFileSystem(std::string path_to_replace, in PathReplacingFileSystem() function in android::vintf::details::PathReplacingFileSystem138 status_t PathReplacingFileSystem::fetch(const std::string& path, std::string* fetched, in fetch()143 status_t PathReplacingFileSystem::listFiles(const std::string& path, std::vector<std::string>* out, in listFiles()148 status_t PathReplacingFileSystem::modifiedTime(const std::string& path, timespec* mtime, in modifiedTime()153 std::string PathReplacingFileSystem::path_replace(std::string_view path) const { in path_replace()
104 class PathReplacingFileSystem : public FileSystem {107 PathReplacingFileSystem(std::string path_to_override, std::string path_replacement,
62 std::make_unique<vintf::details::PathReplacingFileSystem>( in CheckVendorApexUpdate()