Searched refs:fsLabel (Results 1 – 10 of 10) sorted by relevance
/system/vold/model/ |
D | StubVolume.cpp | 29 const std::string& fsLabel) in StubVolume() argument 35 mFsLabel(fsLabel) { in StubVolume()
|
D | StubVolume.h | 35 const std::string& fsType, const std::string& fsUuid, const std::string& fsLabel);
|
/system/vold/binder/android/os/ |
D | IVoldListener.aidl | 31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged() argument
|
D | IVold.aidl | 126 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in createStubVolume() argument
|
/system/vold/ |
D | Utils.h | 73 std::string* fsLabel); 77 std::string* fsLabel);
|
D | Utils.cpp | 269 std::string* fsLabel, bool untrusted) { in readMetadata() argument 272 fsLabel->clear(); in readMetadata() 297 FindValue(line, "LABEL", fsLabel); in readMetadata() 304 std::string* fsLabel) { in ReadMetadata() argument 305 return readMetadata(path, fsType, fsUuid, fsLabel, false); in ReadMetadata() 309 std::string* fsLabel) { in ReadMetadataUntrusted() argument 310 return readMetadata(path, fsType, fsUuid, fsLabel, true); in ReadMetadataUntrusted()
|
D | VolumeManager.h | 127 const std::string& fsLabel, std::string* outVolId);
|
D | VolumeManager.cpp | 718 const std::string& fsLabel, std::string* outVolId) { in createStubVolume() argument 721 new android::vold::StubVolume(id, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
|
D | VoldNativeService.h | 74 const std::string& fsLabel, std::string* _aidl_return);
|
D | VoldNativeService.cpp | 399 const std::string& fsUuid, const std::string& fsLabel, std::string* _aidl_return) { in createStubVolume() argument 409 fsUuid, fsLabel, _aidl_return)); in createStubVolume()
|