Searched refs:ScopedStdioHandle (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/memory/
H A Dscoped_handle.h13 class ScopedStdioHandle { class
15 ScopedStdioHandle() function in class:ScopedStdioHandle
18 explicit ScopedStdioHandle(FILE* handle) function in class:ScopedStdioHandle
21 ~ScopedStdioHandle() {
48 DISALLOW_COPY_AND_ASSIGN(ScopedStdioHandle);
/external/chromium/chrome/browser/net/
H A Dnet_log_logger.h36 ScopedStdioHandle file_;
/external/chromium/chrome/browser/extensions/
H A Dextension_creator.cc170 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"));
H A Dsandboxed_extension_unpacker.cc248 ScopedStdioHandle file(file_util::OpenFile(crx_path_, "rb"));

Completed in 223 milliseconds