/system/vold/model/ |
D | StubVolume.cpp | 27 StubVolume::StubVolume(int id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument 31 mSourcePath(sourcePath), in StubVolume()
|
D | ObbVolume.cpp | 42 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, in ObbVolume() argument 46 mSourcePath = sourcePath; in ObbVolume()
|
D | ObbVolume.h | 32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey, gid_t ownerGid);
|
D | StubVolume.h | 34 StubVolume(int id, const std::string& sourcePath, const std::string& mountPath,
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 56 @utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey, in createObb() argument 124 @utf8InCpp String createStubVolume(@utf8InCpp String sourcePath, in createStubVolume() argument
|
/system/vold/ |
D | VoldNativeService.cpp | 377 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()
|
D | VolumeManager.cpp | 690 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()
|
D | VoldNativeService.h | 68 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey, 72 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
D | VolumeManager.h | 125 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
/system/incremental_delivery/incfs/include/ |
D | incfs_inline.h | 219 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()
|
D | incfs_ndk.h | 187 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* sourcePath,
|
D | incfs.h | 220 ErrorCode link(const Control& control, std::string_view sourcePath, std::string_view targetPath);
|