Home
last modified time | relevance | path

Searched refs:status_file (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/daemon/
Dinit.c106 FILE * status_file; in complete_dump() local
109 status_file = fopen(op_dump_status, "w"); in complete_dump()
111 if (!status_file && errno == EMFILE) { in complete_dump()
120 if (!status_file) { in complete_dump()
125 fprintf(status_file, "1\n"); in complete_dump()
126 fclose(status_file); in complete_dump()
/external/webkit/V8Binding/v8/test/cctest/
Dtestcfg.py102 status_file = join(self.root, 'cctest.status')
103 if exists(status_file):
104 test.ReadConfigurationInto(status_file, sections, defs)
/external/webkit/V8Binding/v8/test/mozilla/
Dtestcfg.py130 status_file = join(self.root, 'mozilla.status')
131 if exists(status_file):
132 test.ReadConfigurationInto(status_file, sections, defs)
/external/webkit/V8Binding/v8/test/mjsunit/
Dtestcfg.py128 status_file = join(self.root, 'mjsunit.status')
129 if exists(status_file):
130 test.ReadConfigurationInto(status_file, sections, defs)
/external/webkit/V8Binding/v8/test/message/
Dtestcfg.py129 status_file = join(self.root, 'message.status')
130 if exists(status_file):
131 test.ReadConfigurationInto(status_file, sections, defs)