Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfiemap/
H A Dsplit_fiemap_writer.cpp206 bool SplitFiemap::HasPinnedExtents() const { in HasPinnedExtents() function in android::fiemap::SplitFiemap
208 if (!FiemapWriter::HasPinnedExtents(file->file_path())) { in HasPinnedExtents()
258 if (!FiemapWriter::HasPinnedExtents(file->file_path())) { in Write()
H A Dimage_manager.cpp674 if (!fiemap->HasPinnedExtents()) { in Validate()
818 if (!fiemap->HasPinnedExtents()) { in ValidateImageMaps()
H A Dfiemap_writer.cpp486 bool FiemapWriter::HasPinnedExtents(const std::string& file_path) { in HasPinnedExtents() function in android::fiemap::FiemapWriter
H A Dfiemap_writer_test.cpp151 EXPECT_TRUE(FiemapWriter::HasPinnedExtents(testfile)); in TEST_F()
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_writer.h66 static bool HasPinnedExtents(const std::string& file_path);
H A Dsplit_fiemap_writer.h64 bool HasPinnedExtents() const;