Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DFileDeviceUtils.h30 std::unique_ptr<struct fiemap> PathFiemap(const std::string& path, uint32_t extent_count);
H A DFileDeviceUtils.cpp67 std::unique_ptr<struct fiemap> PathFiemap(const std::string& path, uint32_t extent_count) { in PathFiemap() function
H A Dsecdiscard.cpp168 auto fiemap = android::vold::PathFiemap(path, max_extents); in secdiscard_path()