Searched refs:pidfile_fd (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/utils/
H A Dfilelock.c99 int pidfile_fd = -1; local
120 pidfile_fd = open( lock->temp, O_RDONLY );
122 if (pidfile_fd >= 0)
130 if (pidfile_fd < 0) {
142 len = read( pidfile_fd, buf, sizeof(buf)-1 );
145 close( pidfile_fd );
155 close( pidfile_fd );
190 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC );
191 if (pidfile_fd < 0) {
197 pidfile_fd
[all...]
/external/chromium/net/tools/flip_server/
H A Dflip_in_mem_edsm_server.cc164 int pidfile_fd; local
213 pidfile_fd = OpenPidFile(cl.GetSwitchValueASCII("pidfile").c_str());
215 pidfile_fd = OpenPidFile(PIDFILE);
410 close(pidfile_fd);

Completed in 61 milliseconds