Searched refs:dirmap (Results 1 – 5 of 5) sorted by relevance
/system/libvintf/ |
D | HostFileSystem.cpp | 24 HostFileSystem::HostFileSystem(const Dirmap& dirmap, status_t missingError) in HostFileSystem() argument 25 : HostFileSystem(dirmap, missingError, std::make_unique<FileSystemImpl>()) {} in HostFileSystem() 27 HostFileSystem::HostFileSystem(const Dirmap& dirmap, status_t missingError, in HostFileSystem() argument 29 : HostFileSystem(dirmap, missingError, impl.get()) { in HostFileSystem() 33 HostFileSystem::HostFileSystem(const Dirmap& dirmap, status_t missingError, FileSystem* impl) in HostFileSystem() argument 34 : mDirMap(dirmap), mMissingError(missingError), mImpl(impl) {} in HostFileSystem()
|
D | check_vintf.cpp | 425 android::base::Result<void> checkAllFiles(const Dirmap& dirmap, const Properties& props, in checkAllFiles() argument 435 .setFileSystem(std::make_unique<HostFileSystem>(dirmap, UNKNOWN_ERROR)) in checkAllFiles() 486 int checkDirmaps(const Dirmap& dirmap, const Properties& props) { in checkDirmaps() argument 490 for (auto&& [prefix, mappedPath] : dirmap) { in checkDirmaps() 493 .setFileSystem(std::make_unique<HostFileSystem>(dirmap, NAME_NOT_FOUND)) in checkDirmaps() 578 auto dirmap = getDirmap(iterateValues(args, DIR_MAP)); in main() local 582 return checkDirmaps(dirmap, properties); in main() 608 if (dirmap.empty()) { in main() 613 auto compat = checkAllFiles(dirmap, properties, runtimeInfo); in main()
|
D | VintfFm.cpp | 189 auto dirmap = details::getDirmap(dirmapVec); in main() local 191 return std::make_unique<details::HostFileSystem>(dirmap, NAME_NOT_FOUND, mFs.get()); in main()
|
/system/libvintf/include-host/vintf/ |
D | HostFileSystem.h | 32 HostFileSystem(const Dirmap& dirmap, status_t missingError); 34 HostFileSystem(const Dirmap& dirmap, status_t missingError, FileSystem* impl); 36 HostFileSystem(const Dirmap& dirmap, status_t missingError, std::unique_ptr<FileSystem>&& impl);
|
/system/libhidl/vintfdata/ |
D | freeze.sh | 32 …"${ANDROID_HOST_OUT}/bin/vintffm" --update --level "${level}" --dirmap "/system:${ANDROID_PRODUCT_…
|