Lines Matching full:temporary
36 * Create temporary directory.
52 * Delete the temporary directory created.
151 * Creat a temporary directory and a file under it.
153 * write 1 byte (\0). Map the temporary file for the length of virtual
178 /* Creat a temporary file used for mapping */ in setup()
189 /* Write one byte data into temporary file */ in setup()
196 * beginning of temporary file (offset is 0) into memory. in setup()
211 /* Write one byte data into temporary file */ in setup()
223 * Close the temporary file.
224 * Remove the temporary directory.
233 /* Close the temporary file */ in cleanup()