HomeSort by relevance Sort by last modified time
    Searched refs:fsLabel (Results 1 - 4 of 4) sorted by null

  /system/vold/
Utils.h 57 std::string& fsUuid, std::string& fsLabel);
61 std::string& fsUuid, std::string& fsLabel);
Utils.cpp 164 std::string& fsUuid, std::string& fsLabel, bool untrusted) {
167 fsLabel.clear();
204 fsLabel = value;
212 std::string& fsUuid, std::string& fsLabel) {
213 return readMetadata(path, fsType, fsUuid, fsLabel, false);
217 std::string& fsUuid, std::string& fsLabel) {
218 return readMetadata(path, fsType, fsUuid, fsLabel, true);
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 158 public String fsLabel;
183 fsLabel = parcel.readString();
244 } else if (!TextUtils.isEmpty(fsLabel)) {
245 return fsLabel;
463 pw.printPair("fsLabel", fsLabel);
530 parcel.writeString(fsLabel);
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 63 milliseconds