HomeSort by relevance Sort by last modified time
    Searched full:unsignedlong_format (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/debugfs/
debugfs.c 1123 const char *unsignedlong_format = "%lu"; local
1136 modify_u32(argv[0], "Size", unsignedlong_format, &inode.i_size);
1143 modify_u16(argv[0], "Block count high", unsignedlong_format,
1145 modify_u32(argv[0], "Block count", unsignedlong_format, &inode.i_blocks);
    [all...]

Completed in 2362 milliseconds