Home
last modified time | relevance | path

Searched refs:HasPinnedExtents (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/libfiemap/
Dsplit_fiemap_writer.cpp202 bool SplitFiemap::HasPinnedExtents() const { in HasPinnedExtents() function in android::fiemap::SplitFiemap
204 if (!FiemapWriter::HasPinnedExtents(file->file_path())) { in HasPinnedExtents()
254 if (!FiemapWriter::HasPinnedExtents(file->file_path())) { in Write()
Dfiemap_writer_test.cpp145 EXPECT_TRUE(FiemapWriter::HasPinnedExtents(testfile)); in TEST_F()
Dfiemap_writer.cpp486 bool FiemapWriter::HasPinnedExtents(const std::string& file_path) { in HasPinnedExtents() function in android::fiemap::FiemapWriter
Dimage_manager.cpp674 if (!fiemap->HasPinnedExtents()) { in Validate()
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dfiemap_writer.h66 static bool HasPinnedExtents(const std::string& file_path);
Dsplit_fiemap_writer.h64 bool HasPinnedExtents() const;