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

  /external/v8/tools/
disasm.py 57 tmp_name = None
62 tmp_name = tempfile.mktemp(".v8code")
65 filename, tmp_name, size, offset,
67 tmp_name)
85 if tmp_name:
86 os.unlink(tmp_name)
  /external/libsepol/src/
boolean_record.c 95 char *tmp_name = strdup(name); local
96 if (!tmp_name) {
101 boolean->name = tmp_name;
iface_record.c 124 char *tmp_name = strdup(name); local
125 if (!tmp_name) {
130 iface->name = tmp_name;
user_record.c 100 char *tmp_name = strdup(name); local
101 if (!tmp_name) {
106 user->name = tmp_name;
  /external/bluetooth/glib/glib/
gfileutils.c 874 gchar *tmp_name; local
883 tmp_name = g_strdup_printf ("%s.XXXXXX", dest_file);
886 fd = create_temp_file (tmp_name, 0666);
889 display_name = g_filename_display_name (tmp_name);
915 g_unlink (tmp_name);
940 g_unlink (tmp_name);
958 g_unlink (tmp_name);
983 g_unlink (tmp_name);
1001 g_unlink (tmp_name);
1006 retval = g_strdup (tmp_name);
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 817 char tmp_name[256], cmp_name[256]; /* used by the macros */ local
850 do { tmp_name[0] = '\0'; \
851 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)\
855 do { tmp_name[0] = '\0'; \
858 if (name_parse(packet, length, &j, tmp_name, sizeof(tmp_name))<0)\
862 if (memcmp(tmp_name, cmp_name, strlen (tmp_name)) != 0) \
961 char tmp_name[256]; /* used by the macros * local
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1479 char *dev_name, *tmp_name; local
    [all...]
mke2fs.c 1877 char *device_name, *tmp_name; local
    [all...]

Completed in 617 milliseconds