Lines Matching full:temp
95 * temp file from a Jar). Pass in a MemMapping struct to hold the info.
99 * The temp file is deleted after the map succeeds.
104 * If "tempFileName" is NULL, a default value is used. The temp file is
134 * data to a temp file, the location of which varies.
139 * it's nice to use the designated temp directory.
142 sprintf(tempNameBuf, "/tmp/dex-temp-%d", getpid());
144 sprintf(tempNameBuf, "/sdcard/dex-temp-%d", getpid());
147 "NOTE: /tmp and /sdcard unavailable for temp files\n");
148 sprintf(tempNameBuf, "dex-temp-%d", getpid());
224 fprintf(stderr, "WARNING: unable to remove temp '%s'\n",