HomeSort by relevance Sort by last modified time
    Searched refs:tmpname (Results 1 - 7 of 7) sorted by null

  /bootable/recovery/tools/ota/
add-property-tag.c 100 char tmpname[PATH_MAX]; local
101 snprintf(tmpname, sizeof(tmpname), "%s.tmp", filename);
102 FILE *output = fopen(tmpname, "w");
104 fprintf(stderr, "can't write %s: %s\n", tmpname, strerror(errno));
129 remove(tmpname);
133 if (rename(tmpname, filename)) {
135 tmpname, filename, strerror(errno));
136 remove(tmpname);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_file.c 536 char *tmpname = NULL; local
557 tmpname = malloc(len);
558 if (!tmpname)
561 snprintf(tmpname, len,
563 fd = open(tmpname, O_WRONLY|O_CREAT|O_EXCL, perm);
565 fname = tmpname;
573 free(tmpname);
581 free(tmpname);
592 free(tmpname);
611 free(tmpname);
    [all...]
  /external/openssl/crypto/asn1/
asn_mime.c 799 char *tmpname, *tmpval, *p; local
802 if(!(tmpname = BUF_strdup(name))) return NULL;
803 for(p = tmpname ; *p; p++) {
810 } else tmpname = NULL;
823 mhdr->name = tmpname;
831 char *tmpname, *tmpval, *p; local
835 tmpname = BUF_strdup(name);
836 if(!tmpname) return 0;
837 for(p = tmpname ; *p; p++) {
844 } else tmpname = NULL
    [all...]
  /device/samsung/crespo/alsa-utils/iecset/
iecset.c 324 char tmpname[32]; local
341 sprintf(tmpname, "hw:%d", i);
342 dev = tmpname;
  /external/bluetooth/glib/gio/
glocalfile.c 1632 char *topdir, *globaldir, *trashdir, *tmpname; local
    [all...]
  /external/libxml2/
relaxng.c 5712 char tmpname[32]; local
5817 char tmpname[32]; local
    [all...]
xmlschemas.c 18092 const xmlChar *tmpname; local
    [all...]

Completed in 249 milliseconds