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

/external/chromium/base/
H A Dfile_util_proxy.cc128 file_handle_(base::kInvalidPlatformFileValue),
135 if (file_handle_ != base::kInvalidPlatformFileValue)
136 base::FileUtilProxy::Close(message_loop_proxy_, file_handle_, NULL);
146 file_handle_ = base::CreatePlatformFile(file_path_, file_flags_,
152 callback_->Run(error_code(), base::PassPlatformFile(&file_handle_),
162 base::PlatformFile file_handle_; member in class:__anon774::RelayCreateOrOpen
173 file_handle_(base::kInvalidPlatformFileValue) {
179 if (file_handle_ != base::kInvalidPlatformFileValue)
180 base::FileUtilProxy::Close(message_loop_proxy_, file_handle_, NULL);
196 file_handle_
210 base::PlatformFile file_handle_; member in class:__anon774::RelayCreateTemporary
250 base::PlatformFile file_handle_; member in class:__anon774::RelayClose
[all...]

Completed in 134 milliseconds