Home | History | Annotate | Download | only in appcache

Lines Matching refs:db_file_path_

206     : db_file_path_(path),
1001 bool use_in_memory_db = db_file_path_.empty();
1003 (use_in_memory_db || !base::PathExists(db_file_path_))) {
1015 } else if (!base::CreateDirectory(db_file_path_.DirName())) {
1018 opened = db_->Open(db_file_path_);
1195 DCHECK(!db_file_path_.empty());
1196 DCHECK(base::PathExists(db_file_path_));
1202 base::FilePath directory = db_file_path_.DirName();