Home | History | Annotate | Download | only in libdex

Lines Matching full:temp

94  * temp file from a Jar).  Pass in a MemMapping struct to hold the info.
98 * The temp file is deleted after the map succeeds.
103 * If "tempFileName" is NULL, a default value is used. The temp file is
133 * data to a temp file, the location of which varies.
138 * it's nice to use the designated temp directory.
141 sprintf(tempNameBuf, "/tmp/dex-temp-%d", getpid());
143 sprintf(tempNameBuf, "/sdcard/dex-temp-%d", getpid());
146 "NOTE: /tmp and /sdcard unavailable for temp files\n");
147 sprintf(tempNameBuf, "dex-temp-%d", getpid());
223 fprintf(stderr, "WARNING: unable to remove temp '%s'\n",