/system/vold/model/ |
D | StubVolume.cpp | 29 StubVolume::StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument 33 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(dev_t id, const std::string& sourcePath, const std::string& mountPath,
|
/system/vold/ |
D | VolumeManager.cpp | 1067 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()
|
D | VoldNativeService.cpp | 422 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()
|
D | VoldNativeService.h | 76 binder::Status createObb(const std::string& sourcePath, const std::string& sourceKey, 80 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
D | VolumeManager.h | 193 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 63 @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/ |
D | incfs_inline.h | 232 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()
|
D | incfs_ndk.h | 247 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* sourcePath,
|
D | incfs.h | 237 ErrorCode link(const Control& control, std::string_view sourcePath, std::string_view targetPath);
|