HomeSort by relevance Sort by last modified time
    Searched defs:ReadMetadata (Results 1 - 2 of 2) sorted by null

  /system/vold/
Utils.cpp 185 static status_t readMetadata(const std::string& path, std::string& fsType,
233 status_t ReadMetadata(const std::string& path, std::string& fsType,
235 return readMetadata(path, fsType, fsUuid, fsLabel, false);
240 return readMetadata(path, fsType, fsUuid, fsLabel, true);
  /system/extras/perfprofd/quipper/
perf_reader.cc 675 && ReadMetadata(data));
    [all...]

Completed in 955 milliseconds