OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedStdioHandle
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/memory/
scoped_handle.h
13
class
ScopedStdioHandle
{
15
ScopedStdioHandle
()
18
explicit
ScopedStdioHandle
(FILE* handle)
21
~
ScopedStdioHandle
() {
48
DISALLOW_COPY_AND_ASSIGN(
ScopedStdioHandle
);
/external/chromium/chrome/browser/net/
net_log_logger.h
36
ScopedStdioHandle
file_;
/external/chromium/chrome/browser/extensions/
extension_creator.cc
170
ScopedStdioHandle
zip_handle(file_util::OpenFile(zip_path, "rb"));
194
ScopedStdioHandle
crx_handle(file_util::OpenFile(crx_path, "wb"));
226
ScopedStdioHandle
zip_handle(file_util::OpenFile(zip_path, "rb"));
sandboxed_extension_unpacker.cc
248
ScopedStdioHandle
file(file_util::OpenFile(crx_path_, "rb"));
Completed in 29 milliseconds