Home
last modified time | relevance | path

Searched refs:fsLabel (Results 1 – 10 of 10) sorted by relevance

/system/vold/model/
DStubVolume.cpp29 const std::string& fsLabel) in StubVolume() argument
35 mFsLabel(fsLabel) { in StubVolume()
DStubVolume.h35 const std::string& fsType, const std::string& fsUuid, const std::string& fsLabel);
/system/vold/binder/android/os/
DIVoldListener.aidl31 @utf8InCpp String fsType, @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in onVolumeMetadataChanged() argument
DIVold.aidl126 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel); in createStubVolume() argument
/system/vold/
DUtils.h73 std::string* fsLabel);
77 std::string* fsLabel);
DUtils.cpp269 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()
DVolumeManager.h127 const std::string& fsLabel, std::string* outVolId);
DVolumeManager.cpp718 const std::string& fsLabel, std::string* outVolId) { in createStubVolume() argument
721 new android::vold::StubVolume(id, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
DVoldNativeService.h74 const std::string& fsLabel, std::string* _aidl_return);
DVoldNativeService.cpp399 const std::string& fsUuid, const std::string& fsLabel, std::string* _aidl_return) { in createStubVolume() argument
409 fsUuid, fsLabel, _aidl_return)); in createStubVolume()