Home
last modified time | relevance | path

Searched defs:write_file (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/remoting/host/it2me/
Dit2me_native_messaging_host_main.cc86 base::File write_file(GetStdHandle(STD_OUTPUT_HANDLE)); in StartIt2MeNativeMessagingHost() local
101 base::File write_file(STDOUT_FILENO); in StartIt2MeNativeMessagingHost() local
/external/chromium_org/tools/gyp/test/rules-rebuild/src/
Dmake-sources.py12 def write_file(filename, contents): function
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dnative_process_launcher.cc198 base::File write_file; in DoLaunchOnThreadPool() local
212 base::File write_file) { in CallCallbackOnIOThread()
234 base::File write_file) { in PostResult()
Dnative_message_process_host_unittest.cc51 FakeLauncher(base::File read_file, base::File write_file) in FakeLauncher()
57 base::FilePath write_file) { in Create()
71 base::FilePath write_file) { in CreateWithPipeInput()
223 base::File write_file(pipe_handles[1]); in TEST_F() local
Dnative_process_launcher_posix.cc55 base::File* write_file) { in LaunchNativeProcess()
Dnative_process_launcher_win.cc94 base::File* write_file) { in LaunchNativeProcess()
Dnative_message_process_host.cc170 base::File write_file) { in OnHostProcessLaunched()
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm28 sub write_file { subroutine
/external/chromium_org/remoting/host/setup/
Dtest_util.cc16 base::File* write_file) { in MakePipe()
Dme2me_native_messaging_host_main.cc111 base::File write_file; in StartMe2MeNativeMessagingHost() local
/external/elfutils/0.153/libelf/
Delf_update.c64 write_file (Elf *elf, off_t size, int change_bo, size_t shnum) in write_file() function
Delf_begin.c979 write_file (int fd, Elf_Cmd cmd) in write_file() function
/external/mksh/src/
Dcheck.pl740 write_file subroutine
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dutilities.py47 def write_file(new_text, destination_filename, only_if_changed): function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Ddata.py113 def write_file(self, filename): member in CoverageData
/external/chromium_org/third_party/lcov/bin/
Dlcov964 sub write_file($$) subroutine
/external/chromium_org/third_party/jinja2/
Denvironment.py645 def write_file(filename, data, mode): function