Searched refs:HasPinnedExtents (Results 1 – 6 of 6) sorted by relevance
179 bool SplitFiemap::HasPinnedExtents() const { in HasPinnedExtents() function in android::fiemap_writer::SplitFiemap181 if (!FiemapWriter::HasPinnedExtents(file->file_path())) { in HasPinnedExtents()231 if (!FiemapWriter::HasPinnedExtents(file->file_path())) { in Write()
444 bool FiemapWriter::HasPinnedExtents(const std::string& file_path) { in HasPinnedExtents() function in android::fiemap_writer::FiemapWriter
144 EXPECT_TRUE(FiemapWriter::HasPinnedExtents(testfile)); in TEST_F()
61 static bool HasPinnedExtents(const std::string& file_path);
60 bool HasPinnedExtents() const;
869 if (!image.writer->HasPinnedExtents()) { in SetGsiBootable()