OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedTempFile
(Results
1 - 12
of
12
) sorted by null
/external/bsdiff/
bspatch_unittest.cc
21
test_utils::
ScopedTempFile
old_file_;
22
test_utils::
ScopedTempFile
new_file_;
bsdiff_unittest.cc
28
test_utils::
ScopedTempFile
old_file_;
29
test_utils::
ScopedTempFile
new_file_;
30
test_utils::
ScopedTempFile
patch_file_;
test_utils.h
36
class
ScopedTempFile
{
41
explicit
ScopedTempFile
(const std::string& pattern);
42
~
ScopedTempFile
();
test_utils.cc
93
ScopedTempFile
::
ScopedTempFile
(const string& pattern) {
97
ScopedTempFile
::~
ScopedTempFile
() {
/system/update_engine/common/
test_utils.h
159
class
ScopedTempFile
{
161
ScopedTempFile
() :
ScopedTempFile
("update_engine_test_temp_file.XXXXXX") {}
163
explicit
ScopedTempFile
(const std::string& pattern) {
utils_unittest.cc
206
test_utils::
ScopedTempFile
file;
http_fetcher_unittest.cc
365
test_utils::
ScopedTempFile
temp_file_{"ue_file_fetcher.XXXXXX"};
[
all
...]
/system/update_engine/payload_generator/
mapfile_filesystem_unittest.cc
58
test_utils::
ScopedTempFile
temp_file_{"mapfile_file.XXXXXX"};
59
test_utils::
ScopedTempFile
temp_mapfile_{"mapfile_mapfile.XXXXXX"};
ext2_filesystem_unittest.cc
65
test_utils::
ScopedTempFile
fs_filename_{"Ext2FilesystemTest-XXXXXX"};
/system/update_engine/payload_consumer/
bzip_extent_writer_unittest.cc
54
test_utils::
ScopedTempFile
temp_file_{"BzipExtentWriterTest-file.XXXXXX"};
download_action_unittest.cc
55
using test_utils::
ScopedTempFile
;
136
ScopedTempFile
output_temp_file;
267
ScopedTempFile
temp_file;
453
ScopedTempFile
output_temp_file;
extent_writer_unittest.cc
64
test_utils::
ScopedTempFile
temp_file_{"ExtentWriterTest-file.XXXXXX"};
Completed in 2998 milliseconds