OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pidfile_fd
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
filelock.c
99
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
= open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC )
[
all
...]
/external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc
164
int
pidfile_fd
;
local
213
pidfile_fd
= OpenPidFile(cl.GetSwitchValueASCII("pidfile").c_str());
215
pidfile_fd
= OpenPidFile(PIDFILE);
410
close(
pidfile_fd
);
Completed in 420 milliseconds