OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/disk_cache/
cache_util.h
18
bool
MoveCache
(const FilePath& from_path, const FilePath& to_path);
cache_util_posix.cc
13
bool
MoveCache
(const FilePath& from_path, const FilePath& to_path) {
cache_util_win.cc
42
bool
MoveCache
(const FilePath& from_path, const FilePath& to_path) {
backend_impl.cc
127
if (!disk_cache::
MoveCache
(full_path, to_delete)) {
[
all
...]
Completed in 3634 milliseconds