Searched refs:sourcePath (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
47 mSourcePath = sourcePath;
/system/vold/binder/android/os/
H A DIVold.aidl53 @utf8InCpp String createObb(@utf8InCpp String sourcePath,
/system/vold/
H A DVoldNativeService.h64 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,
H A DVoldNativeService.cpp451 binder::Status VoldNativeService::createObb(const std::string& sourcePath, argument
454 CHECK_ARGUMENT_PATH(sourcePath);
459 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return));
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 182 milliseconds