Searched refs:sourceKey (Results 1 – 6 of 6) sorted by relevance
/system/vold/model/ |
D | ObbVolume.cpp | 42 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, in ObbVolume() argument 47 mSourceKey = sourceKey; in ObbVolume()
|
D | ObbVolume.h | 32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, gid_t ownerGid);
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() argument
|
/system/vold/ |
D | VolumeManager.cpp | 694 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, in createObb() argument 699 new android::vold::ObbVolume(id, sourcePath, sourceKey, ownerGid)); in createObb()
|
D | VoldNativeService.cpp | 462 const std::string& sourceKey, int32_t ownerGid, in createObb() argument 466 CHECK_ARGUMENT_HEX(sourceKey); in createObb() 470 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()
|
D | VoldNativeService.h | 69 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,
|