Searched refs:tempname (Results 1 – 4 of 4) sorted by relevance
/external/qemu/android/utils/ |
D | tempfile.c | 57 const char* tempname = NULL; in tempfile_create() local 77 tempname = temp_namebuff; in tempfile_create() 97 tempname = template; in tempfile_create() 99 tempfile = malloc( sizeof(*tempfile) + strlen(tempname) + 1 ); in tempfile_create() 101 strcpy( (char*)tempfile->name, tempname ); in tempfile_create()
|
/external/libffi/src/ |
D | closures.c | 211 char *tempname = __builtin_alloca (lendir + sizeof (suffix)); in open_temp_exec_file_dir() local 213 if (!tempname) in open_temp_exec_file_dir() 216 memcpy (tempname, dir, lendir); in open_temp_exec_file_dir() 217 memcpy (tempname + lendir, suffix, sizeof (suffix)); in open_temp_exec_file_dir() 219 return open_temp_exec_file_name (tempname); in open_temp_exec_file_dir()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | unixfilesystem.cc | 207 char *tempname = new char[len]; in TempFilename() local 209 snprintf(tempname, len, "%s/%sXXXXXX", dir.pathname().c_str(), in TempFilename() 211 int fd = ::mkstemp(tempname); in TempFilename() 214 std::string ret(tempname); in TempFilename() 215 delete[] tempname; in TempFilename()
|
/external/bison/ |
D | ChangeLog | 7098 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove. 7865 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL. 10427 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
|