Home
last modified time | relevance | path

Searched refs:PathReplacingFileSystem (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/
DFileSystem.cpp120 PathReplacingFileSystem::PathReplacingFileSystem(std::string path_to_replace, in PathReplacingFileSystem() function in android::vintf::details::PathReplacingFileSystem
138 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()
/system/libvintf/include/vintf/
DFileSystem.h104 class PathReplacingFileSystem : public FileSystem {
107 PathReplacingFileSystem(std::string path_to_override, std::string path_replacement,
/system/apex/apexd/
Dapexd_vendor_apex.cpp62 std::make_unique<vintf::details::PathReplacingFileSystem>( in CheckVendorApexUpdate()