Home
last modified time | relevance | path

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

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