Home
last modified time | relevance | path

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

/system/vold/
DIdleMaint.cpp93 static void addFromVolumeManager(std::list<std::string>* paths, PathTypes path_type) { in addFromVolumeManager() argument
100 if (path_type == PathTypes::kMountPoint) { in addFromVolumeManager()
102 } else if (path_type == PathTypes::kBlkDevice) { in addFromVolumeManager()
114 static void addFromFstab(std::list<std::string>* paths, PathTypes path_type) { in addFromFstab() argument
142 if (path_type == PathTypes::kMountPoint) { in addFromFstab()
144 } else if (path_type == PathTypes::kBlkDevice) { in addFromFstab()
/system/linkerconfig/modules/include/linkerconfig/
Dnamespace.h121 void WritePathString(ConfigWriter& writer, const std::string& path_type,