Searched defs:storage_root (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagediffdb.py72 def __init__(self, gs, storage_root,
83 storage_root: root directory on local disk within which we store all
88 expected image within storage_root (probably including a checksum to
93 actual image within storage_root (probably including a checksum to
104 storage_root, expected_images_subdir,
107 storage_root, actual_images_subdir,
130 skpdiff_rgbdiff_dir = os.path.join(storage_root, RGBDIFFS_SUBDIR)
131 skpdiff_whitediff_dir = os.path.join(storage_root, WHITEDIFFS_SUBDIR)
230 def __init__(self, storage_root, gs=None,
234 storage_root
327 def storage_root(self): member in class:ImageDiffDB
[all...]
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc266 // Ensures each path in |active_paths| is a direct child of storage_root.
267 void NormalizeActivePaths(const base::FilePath& storage_root, argument
274 if (!storage_root.AppendRelativePath(*iter, &relative_path))
281 normalized_active_paths.insert(storage_root.Append(components.front()));
287 // Deletes all entries inside the |storage_root| that are not in the
305 const base::FilePath& storage_root,
308 CHECK(storage_root.IsAbsolute());
310 NormalizeActivePaths(storage_root, active_paths.get());
312 base::FileEnumerator enumerator(storage_root, false, kAllFileTypes);
314 if (!base::CreateTemporaryDirInDir(storage_root, kTrashDirnam
304 BlockingGarbageCollect( const base::FilePath& storage_root, const scoped_refptr<base::TaskRunner>& file_access_runner, scoped_ptr<base::hash_set<base::FilePath> > active_paths) argument
536 base::FilePath storage_root = browser_context_->GetPath().Append( local
[all...]

Completed in 101 milliseconds