OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storage_root
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/rebaseline_server/
imagediffdb.py
35
def __init__(self,
storage_root
,
45
storage_root
: root directory on local disk within which we store all
50
expected image within
storage_root
(probably including a checksum to
55
actual image within
storage_root
(probably including a checksum to
60
os.path.join(
storage_root
, IMAGES_SUBDIR,
64
os.path.join(
storage_root
, IMAGES_SUBDIR,
97
storage_root
, DIFFS_SUBDIR, basename))
99
storage_root
, WHITEDIFFS_SUBDIR, basename))
131
def __init__(self,
storage_root
):
134
storage_root
: string; root path within the DB will store all of its stuf
[
all
...]
/external/chromium_org/content/browser/
storage_partition_impl_map.cc
268
// Deletes all entries inside the |
storage_root
| that are not in the
286
const base::FilePath&
storage_root
,
289
CHECK(
storage_root
.IsAbsolute());
291
base::FileEnumerator enumerator(
storage_root
, false, kAllFileTypes);
293
if (!base::CreateTemporaryDirInDir(
storage_root
, kTrashDirname,
507
base::FilePath
storage_root
= browser_context_->GetPath().Append(
local
511
base::Bind(&BlockingGarbageCollect,
storage_root
,
Completed in 44 milliseconds