Home
last modified time | relevance | path

Searched refs:bindMount (Results 1 – 6 of 6) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl134 void bindMount(@utf8InCpp String sourceDir, @utf8InCpp String targetDir); in bindMount() method
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp215 ASSERT_EQ(0, bindMount(mountPath(test_dir_name_), tmp_dir_to_bind.path)); in TEST_F()
281 ASSERT_EQ(0, bindMount(mountPath(test_dir_name_), tmp_dir_to_bind.path)); in TEST_F()
296 ASSERT_EQ(-EINVAL, bindMount(mount_dir_path_, tmp_dir_to_bind.path)); in TEST_F()
/system/vold/
DVoldNativeService.h152 binder::Status bindMount(const std::string& sourceDir, const std::string& targetDir) override;
DVoldNativeService.cpp890 binder::Status VoldNativeService::bindMount(const std::string& sourceDir, in bindMount() function in android::vold::VoldNativeService
/system/incremental_delivery/incfs/include/
Dincfs.h203 ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir);
Dincfs_inline.h144 inline ErrorCode bindMount(std::string_view sourceDir, std::string_view targetDir) { in bindMount() function