Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
DMountRegistry.cpp210 mMounts.loadFrom(mMountInfo, mFilesystem); in MountRegistry()
257 mMounts.loadFrom(mMountInfo, mFilesystem); in ensureUpToDate()
305 bool MountRegistry::Mounts::loadFrom(base::borrowed_fd fd, std::string_view filesystem) { in loadFrom() function in android::incfs::MountRegistry::Mounts
409 res.loadFrom(mountInfo, filesystem); in load()
/system/incremental_delivery/incfs/include/
DMountRegistry.h79 bool loadFrom(base::borrowed_fd fd, std::string_view filesystem);
/system/incremental_delivery/incfs/tests/
DMountRegistry_test.cpp104 EXPECT_TRUE(m.loadFrom(f.fd, INCFS_NAME)); in makeFrom()