HomeSort by relevance Sort by last modified time
    Searched refs:stat_file (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/process/
process_handle_linux.cc 21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe"); local
23 if (!ReadSymbolicLink(stat_file, &exe_name)) {
internal_linux.cc 66 FilePath stat_file = internal::GetProcPidDir(pid).Append(kStatFile); local
67 return ReadProcFile(stat_file, buffer);
process_metrics_linux.cc 63 FilePath stat_file = internal::GetProcPidDir(pid).Append("status"); local
64 if (!ReadFileToString(stat_file, &status))
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPchange.cc 34 FILE* stat_file = fopen(argv[2], "rt"); local
35 if (!stat_file) {
51 if (fgets(temp_str, 100, stat_file) == NULL) {
61 while (fscanf(stat_file,
69 fclose(stat_file);
  /external/autotest/client/site_tests/login_LogoutProcessCleanup/
login_LogoutProcessCleanup.py 69 with open('/proc/%s/stat' % pid) as stat_file:
70 return stat_file.read().split(' ')
  /external/strace/
strace.c 479 # define stat_file stat64 macro
487 # define stat_file stat macro
1205 else if (stat_file(filename, &statbuf) == 0)
1236 if (stat_file(pathname, &statbuf) == 0 &&
1247 if (stat_file(pathname, &statbuf) < 0) {
    [all...]

Completed in 211 milliseconds