Home | History | Annotate | Download | only in syncable

Lines Matching refs:db_path

304 Directory::Kernel::Kernel(const FilePath& db_path,
307 : db_path(db_path),
387 FilePath db_path(file_path);
388 file_util::AbsolutePath(&db_path);
389 store_ = CreateBackingStore(name, db_path);
399 kernel_ = new Kernel(db_path, name, info);