Searched refs:PathFiemap (Results 1 – 3 of 3) sorted by relevance
30 std::unique_ptr<struct fiemap> PathFiemap(const std::string& path, uint32_t extent_count);
67 std::unique_ptr<struct fiemap> PathFiemap(const std::string& path, uint32_t extent_count) { in PathFiemap() function
168 auto fiemap = android::vold::PathFiemap(path, max_extents); in secdiscard_path()