Searched refs:status_file (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/daemon/
H A Dinit.c107 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/
H A Dopd_parse_proc.c167 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/
H A Dhtml.py248 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/
H A Dtestsuite.py68 def status_file(self): member in class:TestSuite
91 statusfile.ReadStatusFile(self.status_file(), variables)

Completed in 147 milliseconds