Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp49 static constexpr uint32_t kMaxExtents = 50000; variable
588 if (num_extents > kMaxExtents) { in ReadFiemap()
589 LOG(ERROR) << "File has " << num_extents << ", maximum is " << kMaxExtents << ": " in ReadFiemap()
663 if (extents->size() > kMaxExtents) { in ReadFibmap()
664 LOG(ERROR) << "File has more than " << kMaxExtents << "extents: " << file_path; in ReadFibmap()