Home
last modified time | relevance | path

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

/system/vold/model/
DObbVolume.cpp42 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, in ObbVolume() argument
47 mSourceKey = sourceKey; in ObbVolume()
DObbVolume.h32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, gid_t ownerGid);
/system/vold/binder/android/os/
DIVold.aidl56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() argument
/system/vold/
DVolumeManager.cpp694 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()
DVoldNativeService.cpp462 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()
DVoldNativeService.h69 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,