Home
last modified time | relevance | path

Searched refs:journal_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sql/
Dconnection.cc553 base::FilePath journal_path(path.value() + FILE_PATH_LITERAL("-journal")); in Delete() local
556 base::DeleteFile(journal_path, false); in Delete()
560 return !base::PathExists(journal_path) && in Delete()
918 base::FilePath journal_path(file_name + FILE_PATH_LITERAL("-journal")); in OpenInternal() local
920 base::SetPosixFilePermissions(journal_path, mode); in OpenInternal()
/external/e2fsprogs/misc/
Dtune2fs.c181 char *journal_path; in remove_journal_device() local
194 journal_path = blkid_get_devname(NULL, "UUID", buf); in remove_journal_device()
196 if (!journal_path) { in remove_journal_device()
197 journal_path = in remove_journal_device()
199 if (!journal_path) in remove_journal_device()
210 retval = ext2fs_open(journal_path, EXT2_FLAG_RW| in remove_journal_device()
221 journal_path); in remove_journal_device()
276 free(journal_path); in remove_journal_device()