Home
last modified time | relevance | path

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

/system/vold/model/
DStubVolume.cpp27 StubVolume::StubVolume(int id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument
31 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(int id, const std::string& sourcePath, const std::string& mountPath,
/system/vold/binder/android/os/
DIVold.aidl56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() argument
124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume() argument
/system/vold/
DVoldNativeService.cpp377 binder::Status VoldNativeService::createObb(const std::string& sourcePath, in createObb() argument
381 CHECK_ARGUMENT_PATH(sourcePath); in createObb()
386 VolumeManager::Instance()->createObb(sourcePath, sourceKey, ownerGid, _aidl_return)); in createObb()
398 const std::string& sourcePath, const std::string& mountPath, const std::string& fsType, in createStubVolume() argument
401 CHECK_ARGUMENT_PATH(sourcePath); in createStubVolume()
408 return translate(VolumeManager::Instance()->createStubVolume(sourcePath, mountPath, fsType, in createStubVolume()
DVolumeManager.cpp690 int VolumeManager::createObb(const std::string& sourcePath, const std::string& sourceKey, in createObb() argument
695 new android::vold::ObbVolume(id, sourcePath, sourceKey, ownerGid)); in createObb()
716 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() argument
721 new android::vold::StubVolume(id, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
DVoldNativeService.h68 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey,
72 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
DVolumeManager.h125 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
/system/incremental_delivery/incfs/include/
Dincfs_inline.h219 inline ErrorCode link(const Control& control, std::string_view sourcePath, in link() argument
221 return IncFs_Link(control, details::c_str(sourcePath), details::c_str(targetPath)); in link()
Dincfs_ndk.h187 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* sourcePath,
Dincfs.h220 ErrorCode link(const Control& control, std::string_view sourcePath, std::string_view targetPath);