Lines Matching refs:c_str
492 if (remove(fname.c_str()) != 0) {
506 if (rename(from.c_str(), to.c_str()) != 0) {
553 proxy.writeBlob((Addr)argv[1], cmdLine.c_str(), cmdLine.size() + 1);
700 FILE *f = fopen(name.c_str(), mode);
717 file.reset(new FileFeatures(parent, fname.c_str(), mode));
719 file.reset(new File(parent, fname.c_str(), mode));
739 file = create(parent, fname, mode.c_str());
865 file = fopen(_name.c_str(), real_mode.c_str());