OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:open_result
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.cc
197
const int
open_result
= unzOpenCurrentFile(zip_file_);
local
198
if (
open_result
!= UNZ_OK)
256
const int
open_result
= unzOpenCurrentFile(zip_file_);
local
257
if (
open_result
!= UNZ_OK)
/external/chromium_org/content/browser/download/
base_file.cc
279
int
open_result
= file_stream_->OpenSync(
local
282
if (
open_result
!= net::OK) {
284
return LogNetError("Open", static_cast<net::Error>(
open_result
));
/external/chromium_org/third_party/zlib/google/
zip_reader.cc
197
const int
open_result
= unzOpenCurrentFile(zip_file_);
local
198
if (
open_result
!= UNZ_OK)
256
const int
open_result
= unzOpenCurrentFile(zip_file_);
local
257
if (
open_result
!= UNZ_OK)
/external/chromium_org/chrome/browser/plugins/
plugin_observer.cc
231
bool
open_result
= base::OpenProcessHandleWithAccess(
local
234
if (
open_result
) {
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc
163
int32_t
open_result
=
local
168
if (
open_result
!= PP_OK) {
169
ShowErrorMessage("File open for write failed",
open_result
);
212
int32_t
open_result
=
local
214
if (
open_result
== PP_ERROR_FILENOTFOUND) {
215
ShowErrorMessage("File not found",
open_result
);
217
} else if (
open_result
!= PP_OK) {
218
ShowErrorMessage("File open for read failed",
open_result
);
/external/chromium_org/sync/internal_api/
sync_manager_impl.cc
553
syncable::DirOpenResult
open_result
= syncable::NOT_INITIALIZED;
local
554
open_result
= directory()->Open(username, this, transaction_observer);
555
if (
open_result
!= syncable::OPENED) {
[
all
...]
Completed in 180 milliseconds