Searched refs:sourceKey (Results 1 - 6 of 6) sorted by relevance

/system/vold/model/
H A DObbVolume.h32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey,
H A DObbVolume.cpp44 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, argument
48 mSourceKey = sourceKey;
/system/vold/binder/android/os/
H A DIVold.aidl54 @utf8InCpp String sourceKey, int ownerGid);
/system/vold/
H A DVoldNativeService.h64 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,
H A DVoldNativeService.cpp452 const std::string& sourceKey, int32_t ownerGid, std::string* _aidl_return) {
455 CHECK_ARGUMENT_HEX(sourceKey);
459 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return));
451 createObb(const std::string& sourcePath, const std::string& sourceKey, int32_t ownerGid, std::string* _aidl_return) argument
H A DVolumeManager.cpp798 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, argument
803 new android::vold::ObbVolume(id, sourcePath, sourceKey, ownerGid));

Completed in 1578 milliseconds