Searched refs:c_target (Results 1 – 3 of 3) sorted by relevance
/system/vold/fs/ |
D | Ext4.cpp | 68 const char* c_target = target.c_str(); in Check() local 88 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check() 94 int result = umount(c_target); in Check() 98 LOG(WARNING) << __func__ << "(): umount(" << c_target << ")=" << result << ": " in Check() 132 const char* c_target = target.c_str(); in Mount() local 140 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount() 145 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount()
|
D | F2fs.cpp | 56 const char* c_target = target.c_str(); in Mount() local 59 int res = mount(c_source, c_target, "f2fs", flags, NULL); in Mount() 63 res = mount(c_source, c_target, "f2fs", flags | MS_RDONLY, NULL); in Mount()
|
D | Vfat.cpp | 119 const char* c_target = target.c_str(); in Mount() local 131 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in Mount() 136 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in Mount()
|