Home
last modified time | relevance | path

Searched refs:c_source (Results 1 – 3 of 3) sorted by relevance

/system/vold/fs/
DExt4.cpp71 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()
DF2fs.cpp54 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()
DVfat.cpp133 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()