Home
last modified time | relevance | path

Searched refs:tempfn (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader_test.cc81 char tempfn[80] = "/tmp/googletest-upload-XXXXXX"; in TEST_F() local
82 int fd = mkstemp(tempfn); in TEST_F()
88 EXPECT_CALL(m, AddFile(tempfn, _)).WillOnce(Return(true)); in TEST_F()
98 tempfn, in TEST_F()
/external/autotest/client/site_tests/p2p_ServeFiles/
Dp2p_ServeFiles.py80 fd, tempfn = tempfile.mkstemp(prefix='p2p-fetch')
84 stdout_tee=open(tempfn, 'w'), stderr_tee=sys.stdout)
87 os.unlink(tempfn)
/external/autotest/client/site_tests/p2p_ConsumeFiles/
Dp2p_ConsumeFiles.py81 fd, tempfn = tempfile.mkstemp(prefix='p2p-output')
85 stdout_tee=open(tempfn, 'w'), stderr_tee=sys.stdout)
87 os.unlink(tempfn)