Searched refs:c_target (Results 1 - 3 of 3) sorted by relevance

/system/vold/fs/
H A DF2fs.cpp55 const char* c_target = target.c_str(); local
58 int res = mount(c_source, c_target, "f2fs", flags, NULL);
62 res = mount(c_source, c_target, "f2fs", flags | MS_RDONLY, NULL);
H A DExt4.cpp74 const char* c_target = target.c_str(); local
94 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts);
100 int result = umount(c_target);
104 ALOGW("%s(): umount(%s)=%d: %s\n", __func__, c_target, result, strerror(errno));
137 const char* c_target = target.c_str(); local
145 rc = mount(c_source, c_target, "ext4", flags, NULL);
150 rc = mount(c_source, c_target, "ext4", flags, NULL);
H A DVfat.cpp134 const char* c_target = target.c_str(); local
146 rc = mount(c_source, c_target, "vfat", flags, mountData);
151 rc = mount(c_source, c_target, "vfat", flags, mountData);
156 asprintf(&lost_path, "%s/LOST.DIR", c_target);

Completed in 46 milliseconds