HomeSort by relevance Sort by last modified time
    Searched refs:tmpname (Results 1 - 5 of 5) 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);
  /external/openssl/crypto/asn1/
asn_mime.c 731 char *tmpname, *tmpval, *p; local
734 if(!(tmpname = BUF_strdup(name))) return NULL;
735 for(p = tmpname ; *p; p++) {
742 } else tmpname = NULL;
755 mhdr->name = tmpname;
763 char *tmpname, *tmpval, *p; local
767 tmpname = BUF_strdup(name);
768 if(!tmpname) return 0;
769 for(p = tmpname ; *p; p++) {
776 } else tmpname = NULL
    [all...]
  /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 373 milliseconds