OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pid_stat
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc
118
struct stat
pid_stat
;
local
137
if (fstat(fd, &
pid_stat
) == -1) {
141
if (
pid_stat
.st_size != 0) {
142
if (ftruncate(fd,
pid_stat
.st_size) == -1) {
Completed in 45 milliseconds