Searched refs:c_source (Results 1 – 3 of 3) sorted by relevance
/system/vold/fs/ |
D | Ext4.cpp | 67 const char* c_source = source.c_str(); in Check() local 88 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check() 109 LOG(DEBUG) << "Not running " << kFsckPath << " on " << c_source in Check() 112 LOG(DEBUG) << "Running " << kFsckPath << " on " << c_source; in Check() 117 cmd.push_back(c_source); in Check() 131 const char* c_source = source.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 | 55 const char* c_source = source.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 | 118 const char* c_source = source.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()
|