Home | History | Annotate | Download | only in messaging

Lines Matching refs:write_file

83                     base::PlatformFile write_file);
87 base::PlatformFile write_file);
201 base::PlatformFile write_file;
203 command_line, &read_file, &write_file)) {
204 PostResult(callback, read_file, write_file);
214 base::PlatformFile write_file) {
219 if (write_file != base::kInvalidPlatformFileValue)
220 base::ClosePlatformFile(write_file);
224 callback.Run(result, read_file, write_file);
241 base::PlatformFile write_file) {
245 this, callback, RESULT_SUCCESS, read_file, write_file));