OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempfn
(Results
1 - 3
of
3
) sorted by null
/external/google-breakpad/src/common/linux/
google_crashdump_uploader_test.cc
81
char
tempfn
[80] = "/tmp/googletest-upload-XXXXXX";
local
82
int fd = mkstemp(
tempfn
);
88
EXPECT_CALL(m, AddFile(
tempfn
, _)).WillOnce(Return(true));
98
tempfn
,
/external/autotest/client/site_tests/p2p_ConsumeFiles/
p2p_ConsumeFiles.py
81
fd,
tempfn
= tempfile.mkstemp(prefix='p2p-output')
85
stdout_tee=open(
tempfn
, 'w'), stderr_tee=sys.stdout)
87
os.unlink(
tempfn
)
/external/autotest/client/site_tests/p2p_ServeFiles/
p2p_ServeFiles.py
80
fd,
tempfn
= tempfile.mkstemp(prefix='p2p-fetch')
84
stdout_tee=open(
tempfn
, 'w'), stderr_tee=sys.stdout)
87
os.unlink(
tempfn
)
Completed in 150 milliseconds