Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/include/
Dincfs_inline.h155 inline ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir) { in bindMount() function
/system/vold/binder/android/os/
DIVold.aidl135 void bindMount(@utf8InCpp String sourceDir, @utf8InCpp String targetDir); in bindMount() method
/system/vold/
DVoldNativeService.cpp922 binder::Status VoldNativeService::bindMount(const std::string& sourceDir, in bindMount() function in android::vold::VoldNativeService