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

  /external/e2fsprogs/misc/
tune2fs.c 91 static int open_flag; variable
    [all...]
e2initrd_helper.c 44 static int open_flag; variable
388 retval = ext2fs_open (device_name, open_flag, 0, 0, io_ptr, &fs);
badblocks.c 1067 int open_flag; local
1248 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);
1249 dev = open (device_name, open_flag);
1256 host_dev = open (host_device_name, open_flag);
    [all...]
e2image.c 1389 int open_flag = EXT2_FLAG_IMAGE_FILE | EXT2_FLAG_64BITS | local
1467 int open_flag = EXT2_FLAG_64BITS | EXT2_FLAG_IGNORE_CSUM_ERRORS; local
    [all...]
  /external/autotest/tko/parsers/test/
scenario_base.py 300 open_flag = open_for_write and 'c' or 'r'
302 return shelve_open(sto_filepath, flag=open_flag)

Completed in 4713 milliseconds