Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/
H A DFileSystem.cpp129 PathReplacingFileSystem::PathReplacingFileSystem( in PathReplacingFileSystem() function in android::vintf::details::PathReplacingFileSystem
140 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()
/aosp_15_r20/system/libvintf/include/vintf/
H A DFileSystem.h105 class PathReplacingFileSystem : public FileSystem {
108 PathReplacingFileSystem(std::unique_ptr<FileSystem> impl,
/aosp_15_r20/system/apex/apexd/
H A Dapexd_vendor_apex.cpp70 std::make_unique<vintf::details::PathReplacingFileSystem>( in CheckVintf()
/aosp_15_r20/system/libvintf/test/
H A DLibVintfTest.cpp6941 TEST(FileSystem, PathReplacingFileSystem) { in TEST() argument
6951 details::PathReplacingFileSystem fs(std::make_unique<InMemoryFileSystem>(files), replacements); in TEST()