HomeSort by relevance Sort by last modified time
    Searched defs:tempname (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gen.go 185 func tempname(nn *Node, t *Type) { func
187 Fatalf("no curfn for tempname")
190 Dump("tempname", Curfn)
191 Fatalf("adding tempname to wrong closure function")
195 yyerror("tempname called with nil type")
223 tempname(&n, t)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gen.go 185 func tempname(nn *Node, t *Type) { func
187 Fatalf("no curfn for tempname")
190 Dump("tempname", Curfn)
191 Fatalf("adding tempname to wrong closure function")
195 yyerror("tempname called with nil type")
223 tempname(&n, t)
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead01.c 85 char tempname[PATH_MAX] = "readahead01_XXXXXX"; local
94 fd = mkstemp(tempname);
98 fd = open(tempname, O_WRONLY);
105 unlink(tempname);
  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 284 char *tempname = __builtin_alloca (lendir + sizeof (suffix)); local
286 if (!tempname)
289 memcpy (tempname, dir, lendir);
290 memcpy (tempname + lendir, suffix, sizeof (suffix));
292 return open_temp_exec_file_name (tempname);
  /external/webrtc/webrtc/base/
unixfilesystem.cc 209 char *tempname = new char[len]; local
211 snprintf(tempname, len, "%s/%sXXXXXX", dir.pathname().c_str(),
213 int fd = ::mkstemp(tempname);
216 std::string ret(tempname);
217 delete[] tempname;
  /external/fio/
diskutil.c 160 char tempname[PATH_MAX], *p; local
181 tempname[PATH_MAX - 1] = '\0';
182 strncpy(tempname, file_name, PATH_MAX - 1);
183 p = dirname(tempname);
  /external/python/cpython2/PC/bdist_wininst/
install.c 762 char *tempname; local
766 tempname = tempnam(NULL, NULL);
772 tempname,
802 DeleteFile(tempname);
833 char *tempname = tempnam(NULL, NULL); local
836 tempname,
884 DeleteFile(tempname);
    [all...]
  /external/elfutils/src/
readelf.c 590 char *tempname = alloca (tmplen); local
591 sprintf (tempname, "%s%s", tmpdir, suffix);
593 int sfd = mkstemp (tempname);
597 tempname);
600 unlink (tempname);
    [all...]
  /external/toybox/generated/
globals.h 1221 char *tempname; member in struct:patch_data

Completed in 353 milliseconds