OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:journal_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sql/
connection.cc
553
base::FilePath
journal_path
(path.value() + FILE_PATH_LITERAL("-journal"));
556
base::DeleteFile(
journal_path
, false);
560
return !base::PathExists(
journal_path
) &&
918
base::FilePath
journal_path
(file_name + FILE_PATH_LITERAL("-journal"));
920
base::SetPosixFilePermissions(
journal_path
, mode);
[
all
...]
/external/e2fsprogs/misc/
tune2fs.c
181
char *
journal_path
;
local
194
journal_path
= blkid_get_devname(NULL, "UUID", buf);
196
if (!
journal_path
) {
197
journal_path
=
199
if (!
journal_path
)
210
retval = ext2fs_open(
journal_path
, EXT2_FLAG_RW|
221
journal_path
);
276
free(
journal_path
);
[
all
...]
Completed in 628 milliseconds