Searched refs:tmp_file_name (Results 1 – 3 of 3) sorted by relevance
/external/bison/djgpp/ |
D | subpipe.c | 57 static char tmp_file_name[2][L_tmpnam]; variable 81 strcpy(tmp_file_name[0], tmpdir); in init_subpipe() 82 strcat(tmp_file_name[0], "/bnXXXXXX"); in init_subpipe() 83 fd = mkstemp(tmp_file_name[0]); in init_subpipe() 88 strcpy(tmp_file_name[1], tmpdir); in init_subpipe() 89 strcat(tmp_file_name[1], "/bnXXXXXX"); in init_subpipe() 90 fd = mkstemp(tmp_file_name[1]); in init_subpipe() 151 from_in_fd = open(tmp_file_name[0], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); in create_subpipe() 156 remove_tmp_file(from_in_fd, tmp_file_name[0]); in create_subpipe() 181 …int from_out_fd = open(tmp_file_name[0], O_RDONLY, S_IRUSR); /* pipe from bison … in end_of_output_subpipe() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
D | file_util.cc | 43 char tmp_file_name[_MAX_PATH]; in GetTempFileName() 44 errno_t err = tmpnam_s(tmp_file_name); in GetTempFileName() 46 return std::string(tmp_file_name); in GetTempFileName()
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_util_unittest.py | 185 tmp_file_name = tmp_file.name 189 archive.write(tmp_file_name, '../../foo')
|