Home
last modified time | relevance | path

Searched defs:bindMount (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h153 inline ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir) { in bindMount() function
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl146 void bindMount(@utf8InCpp String sourceDir, @utf8InCpp String targetDir); in bindMount() method
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp53 binder::Status bindMount(const std::string& sourceDir, in bindMount() function in android::incremental::RealVoldService
/aosp12/system/vold/
H A DVoldNativeService.cpp1090 binder::Status VoldNativeService::bindMount(const std::string& sourceDir, in bindMount() function in android::vold::VoldNativeService