Searched defs:sourcePath (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
47 mSourcePath = sourcePath;
/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.cpp451 binder::Status VoldNativeService::createObb(const std::string& sourcePath, argument
454 CHECK_ARGUMENT_PATH(sourcePath);
459 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return));

Completed in 59 milliseconds