Searched refs:read_file (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/remoting/host/it2me/
H A Dit2me_native_messaging_host_main.cc22 base::PlatformFile read_file = GetStdHandle(STD_INPUT_HANDLE); local
25 base::PlatformFile read_file = STDIN_FILENO;
42 new NativeMessagingChannel(read_file, write_file));
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.h38 base::PlatformFile read_file,
68 base::PlatformFile* read_file,
H A Dnative_process_launcher.cc85 base::PlatformFile read_file,
90 base::PlatformFile read_file,
205 base::PlatformFile read_file; local
208 command_line, &process_handle, &read_file, &write_file)) {
209 PostResult(callback, process_handle, read_file, write_file);
219 base::PlatformFile read_file,
223 if (read_file != base::kInvalidPlatformFileValue)
224 base::ClosePlatformFile(read_file);
230 callback.Run(result, process_handle, read_file, write_file);
247 base::PlatformFile read_file,
215 CallCallbackOnIOThread( LaunchedCallback callback, LaunchResult result, base::ProcessHandle process_handle, base::PlatformFile read_file, base::PlatformFile write_file) argument
244 PostResult( const LaunchedCallback& callback, base::ProcessHandle process_handle, base::PlatformFile read_file, base::PlatformFile write_file) argument
[all...]
H A Dnative_process_launcher_posix.cc42 base::PlatformFile* read_file,
75 *read_file = *read_pipe_read_fd.release();
39 LaunchNativeProcess( const CommandLine& command_line, base::ProcessHandle* process_handle, base::PlatformFile* read_file, base::PlatformFile* write_file) argument
H A Dnative_message_process_host_unittest.cc61 FakeLauncher(base::PlatformFile read_file, base::PlatformFile write_file) argument
62 : read_file_(read_file),
66 static scoped_ptr<NativeProcessLauncher> Create(base::FilePath read_file, argument
73 base::CreatePlatformFile(read_file, read_flags, NULL, NULL),
204 base::PlatformFile read_file; local
219 read_file = read_handle.Get();
226 read_file = pipe_handles[0];
230 FakeLauncher::CreateWithPipeInput(read_file, temp_output_file).Pass();
H A Dnative_process_launcher_win.cc79 base::PlatformFile* read_file,
159 *read_file = stdout_pipe.Take();
76 LaunchNativeProcess( const CommandLine& command_line, base::ProcessHandle* process_handle, base::PlatformFile* read_file, base::PlatformFile* write_file) argument
H A Dnative_message_process_host.cc123 base::PlatformFile read_file,
145 read_file_ = read_file;
153 read_file, base::PLATFORM_FILE_READ | base::PLATFORM_FILE_ASYNC, NULL,
120 OnHostProcessLaunched( NativeProcessLauncher::LaunchResult result, base::ProcessHandle process_handle, base::PlatformFile read_file, base::PlatformFile write_file) argument
H A Dnative_message_process_host.h96 base::PlatformFile read_file,
/external/llvm/test/Bindings/Ocaml/
H A Dbitwriter.ml14 let read_file name = var
31 let temp_buf = read_file temp_name in
41 let file_buf = read_file Sys.argv.(1) in
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
H A DTest.pm17 sub read_file { subroutine
127 my $err = read_file('err.tmp');
133 my $out = read_file('out.tmp');
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host_main.cc30 base::PlatformFile read_file = GetStdHandle(STD_INPUT_HANDLE); local
33 base::PlatformFile read_file = STDIN_FILENO;
81 new NativeMessagingChannel(read_file, write_file));
/external/skia/tools/
H A Dskdiff_utils.h26 SkData* read_file(const char* file_path);
H A Dskdiff_image.cpp39 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
43 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str()));
H A Dskdiff_utils.cpp27 SkData* read_file(const char* file_path) { function
H A Dskdiff_main.cpp299 SkAutoDataUnref fileBits(read_file(resource.fFullPath.c_str()));
405 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
409 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str()));
/external/webp/src/dsp/
H A Dcpu-features.c71 read_file(const char* pathname, char* buffer, size_t buffsize) function
232 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c71 read_file(const char* pathname, char* buffer, size_t buffsize) function
232 cpuinfo_len = read_file("/proc/cpuinfo", cpuinfo, sizeof cpuinfo);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c951 void* (*read_file)(struct pdb_reader*, unsigned, unsigned *); member in struct:pdb_reader
1082 reader->read_file = pdb_ds_read_file;
1100 reader->read_file = pdb_jg_read_file;
1140 if (reader->read_file == pdb_jg_read_file)
1839 char* types_image = pdb->read_file( pdb, 2, 0 );
1840 char* symbols_image = pdb->read_file( pdb, 3, 0 );
1845 char* filesimage = pdb->read_file( pdb, 12, 0); /* FIXME: really fixed ??? */
1866 di->fpo = pdb->read_file( pdb, 5, &sz );
2057 modimage = pdb->read_file( pdb, symbols.gsym_file, &len_modimage );
2091 modimage = pdb->read_file( pd
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Ddata.py134 def read_file(self, filename): member in class:CoverageData
/external/elfutils/libelf/
H A Delf_begin.c575 read_file (int fildes, off_t offset, size_t maxsize, function
957 result = read_file (fildes, ref->state.ar.offset + sizeof (struct ar_hdr),
1061 retval = read_file (fildes, 0, ~((size_t) 0), cmd, NULL);
1083 retval = read_file (fildes, 0, ~((size_t) 0), cmd, NULL);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py2274 read_file = open(self.file_name_, "r")
2275 old_text = read_file.read()
2276 read_file.close()
/external/chromium_org/third_party/lcov/bin/
H A Dlcov887 # read_file(filename)
892 sub read_file($) subroutine
936 $build = read_file("$dir/$pkg_build_file");
940 $gkv = read_file("$dir/$pkg_gkv_file");

Completed in 529 milliseconds