HomeSort by relevance Sort by last modified time
    Searched refs:status_file (Results 1 - 10 of 10) 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/v8/test/preparser/
testcfg.py 84 status_file = join(self.root, 'preparser.status')
85 if exists(status_file):
86 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/es5conform/
testcfg.py 103 status_file = join(self.root, 'es5conform.status')
104 if exists(status_file):
105 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/sputnik/
testcfg.py 107 status_file = join(self.root, 'sputnik.status')
108 if exists(status_file):
109 test.ReadConfigurationInto(status_file, sections, defs)
  /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/v8/test/cctest/
testcfg.py 103 status_file = join(self.root, 'cctest.status')
104 if exists(status_file):
105 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/message/
testcfg.py 131 status_file = join(self.root, 'message.status')
132 if exists(status_file):
133 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/mozilla/
testcfg.py 131 status_file = join(self.root, 'mozilla.status')
132 if exists(status_file):
133 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/test262/
testcfg.py 117 status_file = join(self.root, 'test262.status')
118 if exists(status_file):
119 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/mjsunit/
testcfg.py 149 status_file = join(self.root, 'mjsunit.status')
150 if exists(status_file):
151 test.ReadConfigurationInto(status_file, sections, defs)

Completed in 334 milliseconds