Searched refs:c_source (Results 1 – 3 of 3) sorted by relevance
/system/vold/fs/ |
D | Ext4.cpp | 71 const char* c_source = source.c_str(); in Check() local 92 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check() 113 kFsckPath, c_source); in Check() 115 ALOGD("Running %s on %s\n", kFsckPath, c_source); in Check() 120 cmd.push_back(c_source); in Check() 134 const char* c_source = source.c_str(); in Mount() local 143 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount() 146 SLOGE("%s appears to be a read only filesystem - retrying mount RO", c_source); in Mount() 148 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount()
|
D | F2fs.cpp | 54 const char* c_source = source.c_str(); in Mount() local 58 int res = mount(c_source, c_target, "f2fs", flags, NULL); in Mount() 62 res = mount(c_source, c_target, "f2fs", flags | MS_RDONLY, NULL); in Mount()
|
D | Vfat.cpp | 133 const char* c_source = source.c_str(); in Mount() local 146 rc = mount(c_source, c_target, "vfat", flags, mountData); in Mount() 149 SLOGE("%s appears to be a read only filesystem - retrying mount RO", c_source); in Mount() 151 rc = mount(c_source, c_target, "vfat", flags, mountData); in Mount()
|