HomeSort by relevance Sort by last modified time
    Searched refs:pid_stat (Results 1 - 2 of 2) 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) {
  /external/chromium_org/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 44 milliseconds