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
527
base::FilePath
journal_path
(path.value() + FILE_PATH_LITERAL("-journal"));
530
base::DeleteFile(
journal_path
, false);
534
return !base::PathExists(
journal_path
) &&
892
base::FilePath
journal_path
(file_name + FILE_PATH_LITERAL("-journal"));
894
base::SetPosixFilePermissions(
journal_path
, mode);
[
all
...]
/external/e2fsprogs/misc/
tune2fs.c
156
char *
journal_path
;
local
169
journal_path
= blkid_get_devname(NULL, "UUID", buf);
171
if (!
journal_path
) {
172
journal_path
=
174
if (!
journal_path
)
185
retval = ext2fs_open(
journal_path
, EXT2_FLAG_RW|
195
journal_path
);
249
free(
journal_path
);
[
all
...]
Completed in 39 milliseconds