Lines Matching full:c_str
375 base::ScopedFILE fp(fopen(path.c_str(), "r"));
392 FILE* fp = popen(cmd.c_str(), "r");
439 int fd = open(path.c_str(), O_RDONLY | O_CLOEXEC);
520 *out_partition_num = atoi(partition_str.c_str());
585 if (FileExists(volume_path.c_str())) {
608 while (timeout > 0 && !FileExists(volume_path.c_str())) {
613 return FileExists(volume_path.c_str());
658 int fd = HANDLE_EINTR(open(device.c_str(), O_RDONLY | O_CLOEXEC));
690 fstypes = {type.c_str()};
693 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags,
694 fs_mount_options.c_str());
710 if (umount(mountpoint.c_str()) == 0)
722 if (umount2(mountpoint.c_str(), MNT_DETACH) != 0) {
732 int fd = HANDLE_EINTR(open(device.c_str(), O_RDONLY));
1105 encoded_hash.c_str());
1135 if (unlink(out_path->value().c_str()) != 0)
1202 int fd = open(path.c_str(), O_RDONLY);