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

  /external/oprofile/daemon/
init.c 106 FILE * status_file; local
109 status_file = fopen(op_dump_status, "w");
111 if (!status_file && errno == EMFILE) {
120 if (!status_file) {
125 fprintf(status_file, "1\n");
126 fclose(status_file);
  /external/v8/test/cctest/
testcfg.py 102 status_file = join(self.root, 'cctest.status')
103 if exists(status_file):
104 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/es5conform/
testcfg.py 102 status_file = join(self.root, 'es5conform.status')
103 if exists(status_file):
104 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/sputnik/
testcfg.py 106 status_file = join(self.root, 'sputnik.status')
107 if exists(status_file):
108 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/message/
testcfg.py 129 status_file = join(self.root, 'message.status')
130 if exists(status_file):
131 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/mozilla/
testcfg.py 132 status_file = join(self.root, 'mozilla.status')
133 if exists(status_file):
134 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/mjsunit/
testcfg.py 130 status_file = join(self.root, 'mjsunit.status')
131 if exists(status_file):
132 test.ReadConfigurationInto(status_file, sections, defs)

Completed in 283 milliseconds