Searched refs:c_source (Results 1 – 3 of 3) sorted by relevance
/system/vold/fs/ |
D | Ext4.cpp | 74 const char* c_source = source.c_str(); in Check() local 95 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check() 116 kFsckPath, c_source); in Check() 118 ALOGD("Running %s on %s\n", kFsckPath, c_source); in Check() 123 cmd.push_back(c_source); in Check() 137 const char* c_source = source.c_str(); in Mount() local 146 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount() 151 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount()
|
D | F2fs.cpp | 56 const char* c_source = source.c_str(); in Mount() local 60 int res = mount(c_source, c_target, "f2fs", flags, NULL); in Mount() 64 res = mount(c_source, c_target, "f2fs", flags | MS_RDONLY, NULL); in Mount()
|
D | Vfat.cpp | 122 const char* c_source = source.c_str(); in Mount() local 135 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in Mount() 140 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in Mount()
|