Home | History | Annotate | Download | only in Support

Lines Matching full:temp

165   // Create a temp file.
169 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
181 fs::createTemporaryFile("prefix", "temp", FileDescriptor2, TempPath2));
214 // Create a temp file.
218 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
225 // Create another temp tile.
228 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "temp", FD2, TempPath2));
229 ASSERT_TRUE(TempPath2.endswith(".temp"));
413 // Create a temp file.
417 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
418 // Map in temp file and add some content
432 // Unmap temp file
446 // Unmap temp file