Home
last modified time | relevance | path

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

/system/vold/model/
DStubVolume.cpp31 const std::string& fsLabel) in StubVolume() argument
37 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.aidl137 @utf8InCpp String fsUuid, @utf8InCpp String fsLabel, int flags); in createStubVolume() argument
/system/vold/
DUtils.h100 std::string* fsLabel);
104 std::string* fsLabel);
DUtils.cpp629 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()
DVolumeManager.h195 const std::string& fsLabel, int32_t flags, std::string* outVolId);
DVoldNativeService.h82 const std::string& fsLabel, int32_t flags,
DVoldNativeService.cpp446 const std::string& fsLabel, int32_t flags, in createStubVolume() argument
457 sourcePath, mountPath, fsType, fsUuid, fsLabel, flags, _aidl_return)); in createStubVolume()
DVolumeManager.cpp1129 const std::string& fsLabel, int32_t flags, in createStubVolume() argument
1133 new android::vold::StubVolume(stubId, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()