HomeSort by relevance Sort by last modified time
    Searched refs:jfile (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/other/
losetup.c 39 char *jfile;
97 if (TT.jfile && (loop->lo_device != TT.jdev || loop->lo_inode != TT.jino))
156 if (TT.jfile) {
159 xstat(TT.jfile, &st);
  /external/e2fsprogs/lib/ext2fs/
mkjournal.c 441 char jfile[1024]; local
449 jfile, sizeof(jfile)-10)))
456 strcat(jfile, "/.journal");
463 (void) chflags (jfile, 0);
466 fd = open(jfile, O_RDONLY);
477 if ((fd = open(jfile, O_CREAT|O_WRONLY, 0600)) < 0)
487 if ((retval = write_journal_file(fs, jfile, num_blocks, flags)))
  /external/toybox/generated/
globals.h 279 char *jfile; member in struct:losetup_data

Completed in 246 milliseconds