Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/fs/
H A DExt4.cpp67 const char* c_source = source.c_str(); in Check() local
86 ret = mount(c_source, c_target, "ext4", tmpmnt_flags, tmpmnt_opts); in Check()
107 LOG(DEBUG) << "Not running " << kFsckPath << " on " << c_source in Check()
110 LOG(DEBUG) << "Running " << kFsckPath << " on " << c_source; in Check()
115 cmd.push_back(c_source); in Check()
129 const char* c_source = source.c_str(); in Mount() local
138 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount()
143 rc = mount(c_source, c_target, "ext4", flags, NULL); in Mount()
H A DF2fs.cpp57 const char* c_source = source.c_str(); in Mount() local
61 int res = mount(c_source, c_target, "f2fs", flags, NULL); in Mount()
65 res = mount(c_source, c_target, "f2fs", flags | MS_RDONLY, NULL); in Mount()
H A DVfat.cpp137 const char* c_source = source.c_str(); in DoMount() local
177 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in DoMount()
182 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str()); in DoMount()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48444 -# Process 'nm -a <c_source.o>' output.
48453 -# Process 'dumpbin /SYMBOLS <c_source.obj>' output.