Home
last modified time | relevance | path

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

/system/vold/fs/
DExt4.cpp67 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()
DF2fs.cpp55 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()
DVfat.cpp118 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()