Searched refs:fsLabel (Results 1 – 10 of 10) sorted by relevance
/system/vold/model/ |
D | StubVolume.cpp | 31 const std::string& fsLabel) in StubVolume() argument 37 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 | 137 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel, int flags); in createStubVolume() argument
|
/system/vold/ |
D | Utils.h | 100 std::string* fsLabel); 104 std::string* fsLabel);
|
D | Utils.cpp | 629 std::string* fsLabel, bool untrusted) { in readMetadata() argument 632 fsLabel->clear(); in readMetadata() 657 FindValue(line, "LABEL", fsLabel); in readMetadata() 664 std::string* fsLabel) { in ReadMetadata() argument 665 return readMetadata(path, fsType, fsUuid, fsLabel, false); in ReadMetadata() 669 std::string* fsLabel) { in ReadMetadataUntrusted() argument 670 return readMetadata(path, fsType, fsUuid, fsLabel, true); in ReadMetadataUntrusted()
|
D | VolumeManager.h | 195 const std::string& fsLabel, int32_t flags, std::string* outVolId);
|
D | VoldNativeService.h | 82 const std::string& fsLabel, int32_t flags,
|
D | VoldNativeService.cpp | 446 const std::string& fsLabel, int32_t flags, in createStubVolume() argument 457 sourcePath, mountPath, fsType, fsUuid, fsLabel, flags, _aidl_return)); in createStubVolume()
|
D | VolumeManager.cpp | 1129 const std::string& fsLabel, int32_t flags, in createStubVolume() argument 1133 new android::vold::StubVolume(stubId, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
|