OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zip_content
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
bug_report_data.cc
54
std::string*
zip_content
) {
59
if (
zip_content
)
60
delete
zip_content
;
62
zip_content_ =
zip_content
;
bug_report_data.h
25
// sys_info and
zip_content
fields and exit without disturbing anything else
47
std::string*
zip_content
);
61
std::string*
zip_content
() const { return zip_content_; }
function in class:BugReportData
/external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc
37
std::string*
zip_content
);
112
std::string*
zip_content
= NULL;
local
115
zip_content
= new std::string();
116
LoadCompressedLogs(zip_file,
zip_content
);
122
std::string*>(logs,
zip_content
));
127
std::string*
zip_content
) {
128
DCHECK(
zip_content
);
129
if (!file_util::ReadFileToString(zip_file,
zip_content
)) {
Completed in 45 milliseconds