Searched defs:tmp_file (Results 1 – 4 of 4) sorted by relevance
116 typedef struct tmp_file tmp_file; typedef117 struct tmp_file { struct118 sqlite3_file base;119 int nSize;120 int nAlloc;121 char *zAlloc;
62 File tmp_file(tmp_file_path, File::FLAG_OPEN | File::FLAG_WRITE); in WriteFileAtomically() local
100 FILE* tmp_file = base::CreateAndOpenTemporaryFile(&out); in PopulateTempFile() local
572 FileSpec tmp_file (dir_ref.data(), false); in ResolveExecutableLocation() local