Searched refs:status_file (Results 1 – 5 of 5) sorted by relevance
/external/oprofile/daemon/ |
D | init.c | 106 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/ |
D | testcfg.py | 102 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/ |
D | testcfg.py | 130 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/ |
D | testcfg.py | 128 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/ |
D | testcfg.py | 129 status_file = join(self.root, 'message.status') 130 if exists(status_file): 131 test.ReadConfigurationInto(status_file, sections, defs)
|