OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncOpenEntry
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/disk_cache/
backend_impl.h
72
int
SyncOpenEntry
(const std::string& key, Entry** entry);
in_flight_backend_io.cc
194
result_ = backend_->
SyncOpenEntry
(key_, entry_ptr_);
backend_impl.cc
547
int BackendImpl::
SyncOpenEntry
(const std::string& key, Entry** entry) {
[
all
...]
/external/chromium_org/net/disk_cache/
backend_impl.h
66
int
SyncOpenEntry
(const std::string& key, Entry** entry);
in_flight_backend_io.cc
232
result_ = backend_->
SyncOpenEntry
(key_, entry_ptr_);
backend_impl.cc
328
int BackendImpl::
SyncOpenEntry
(const std::string& key, Entry** entry) {
[
all
...]
Completed in 1125 milliseconds