Searched defs:sourceKey (Results 1 - 3 of 3) sorted by relevance

/system/vold/model/
H A DObbVolume.cpp44 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, argument
48 mSourceKey = sourceKey;
/system/vold/
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));
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

Completed in 402 milliseconds