Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 12 of 12) sorted by relevance

/system/vold/model/
DStubVolume.cpp29 StubVolume::StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument
33 mSourcePath(sourcePath), in StubVolume()
DObbVolume.cpp42 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, in ObbVolume() argument
46 mSourcePath = sourcePath; in ObbVolume()
DObbVolume.h32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, gid_t ownerGid);
DStubVolume.h34 StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath,
/system/vold/
DVolumeManager.cpp1067 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, in createObb() argument
1074 if (StartsWith(sourcePath, "/storage/")) { in createObb()
1087 if (!sourcePath.empty() && StartsWith(sourcePath, vol.getPath())) { in createObb()
1095 LOG(ERROR) << "Failed to find mounted volume for " << sourcePath; in createObb()
1099 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()
1102 lowerSourcePath = sourcePath; in createObb()
1127 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() argument
1133 new android::vold::StubVolume(stubId, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
DVoldNativeService.cpp422 binder::Status VoldNativeService::createObb(const std::string& sourcePath, in createObb() argument
426 CHECK_ARGUMENT_PATH(sourcePath); in createObb()
431 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()
442 binder::Status VoldNativeService::createStubVolume(const std::string& sourcePath, in createStubVolume() argument
449 CHECK_ARGUMENT_PATH(sourcePath); in createStubVolume()
457 sourcePath, mountPath, fsType, fsUuid, fsLabel, flags, _aidl_return)); in createStubVolume()
DVoldNativeService.h76 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,
80 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
DVolumeManager.h193 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
/system/vold/binder/android/os/
DIVold.aidl63 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() argument
135 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume() argument
/system/incremental_delivery/incfs/include/
Dincfs_inline.h232 inline ErrorCode link(const Control& control, std::string_view sourcePath, in link() argument
234 return IncFs_Link(control, details::c_str(sourcePath), details::c_str(targetPath)); in link()
Dincfs_ndk.h247 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* sourcePath,
Dincfs.h237 ErrorCode link(const Control& control, std::string_view sourcePath, std::string_view targetPath);