Lines Matching full:file
5 * you may not use this file except in compliance with the License.
18 * the DEX file has been rewritten (byte-swapped, word-aligned) and that
24 * It's generally assumed that the DEX file will be stored in shared memory,
34 /* encode the result of unzipping to a file */
46 * Map the specified DEX file read-only (possibly after expanding it into a
47 * temp file from a Jar). Pass in a MemMapping struct to hold the info.
48 * If the file is an unoptimized DEX file, then byte-swapping and structural
51 * The temp file is deleted after the map succeeds.
54 * read-only copy of a DEX file that could be in a number of different states.
56 * If "tempFileName" is NULL, a default value is used. The temp file is
68 * it to a file.