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

  /external/oprofile/daemon/
init.c 107 FILE * status_file; local
110 status_file = fopen(op_dump_status, "w");
112 if (!status_file && errno == EMFILE) {
121 if (!status_file) {
126 fprintf(status_file, "1\n");
127 fclose(status_file);
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 167 char status_file[30] = "/proc/"; local
172 snprintf(status_file + 6, 6, "%hu", tid);
174 strcat(status_file, "/status");
176 fp = op_try_open_file(status_file, "r");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 233 STATUS_FILE = "status.dat"
248 status_file = os.path.join(directory, self.STATUS_FILE)
249 status = pickle.load(open(status_file, "rb"))
267 status_file = os.path.join(directory, self.STATUS_FILE)
274 fout = open(status_file, "wb")
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 64 def status_file(self): member in class:TestSuite
87 statusfile.ReadStatusFile(self.status_file(), variables)

Completed in 627 milliseconds