Searched defs:backingPath (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | incfs_inline.h | 133 inline UniqueControl mount(std::string_view backingPath, std::string_view targetDir, in mount()
|
/aosp12/system/vold/binder/android/os/ |
H A D | IVold.aidl | 143 …utf8InCpp String backingPath, @utf8InCpp String targetDir, int flags, @utf8InCpp String sysfsName); in mountIncFs()
|
/aosp12/frameworks/base/services/incremental/ |
H A D | ServiceWrappers.cpp | 45 const std::string& backingPath, const std::string& targetDir, int32_t flags, in mountIncFs()
|
/aosp12/system/incremental_delivery/incfs/ |
H A D | incfs.cpp | 536 IncFsControl* IncFs_Mount(const char* backingPath, const char* targetDir, in IncFs_Mount() 2001 static IncFsErrorCode reserveSpace(const char* backingPath, IncFsSize size) { in reserveSpace()
|
/aosp12/system/vold/ |
H A D | VoldNativeService.cpp | 992 const std::string& backingPath, const std::string& targetDir, int32_t flags, in mountIncFs()
|