Home
last modified time | relevance | path

Searched defs:backingPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h133 inline UniqueControl mount(std::string_view backingPath, std::string_view targetDir, in mount()
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl143 …utf8InCpp String backingPath, @utf8InCpp String targetDir, int flags, @utf8InCpp String sysfsName); in mountIncFs()
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp45 const std::string& backingPath, const std::string& targetDir, int32_t flags, in mountIncFs()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp536 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 DVoldNativeService.cpp992 const std::string& backingPath, const std::string& targetDir, int32_t flags, in mountIncFs()