Searched refs:temp_file_name (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/ |
D | d8_runner_unittest.py | 53 temp_file_name = os.path.join(tmp_dir, 'out_file') 54 with open(temp_file_name, 'w') as f: 57 with open(temp_file_name, 'r') as f: 65 temp_file_name = os.path.join(tmp_dir, 'out_file') 66 with open(temp_file_name, 'w') as f: 69 with open(temp_file_name, 'r') as f: 78 temp_file_name = os.path.join(tmp_dir, 'out_file') 79 with open(temp_file_name, 'w') as f: 81 with open(temp_file_name, 'r') as f: 90 temp_file_name = os.path.join(tmp_dir, 'out_file') [all …]
|
/external/v8/src/third_party/vtune/ |
D | vtune-jit.cc | 184 char* temp_file_name = NULL; in event_handler() local 201 temp_file_name = new char[script_name->Utf8Length() + 1]; in event_handler() 202 script_name->WriteUtf8(temp_file_name); in event_handler() 203 jmethod.source_file_name = temp_file_name; in event_handler() 237 if (temp_file_name) in event_handler() 238 delete []temp_file_name; in event_handler()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cc | 59 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { in temp_file_name() function 81 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); in TEST() 134 temp_file_name(tmpfile, sizeof(tmpfile), in TEST()
|