Searched refs:fixed_time (Results 1 – 3 of 3) sorted by relevance
/system/extras/ext4_utils/ |
D | make_ext4fs_main.c | 80 time_t fixed_time = -1; in main() local 157 fixed_time = strtoll(optarg, NULL, 0); in main() 240 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, block_list_file); in main()
|
D | make_ext4fs.c | 128 struct selabel_handle *sehnd, int verbose, time_t fixed_time) in build_directory_structure() argument 192 if (fixed_time == -1) { in build_directory_structure() 195 dentries[i].mtime = fixed_time; in build_directory_structure() 289 inode, fs_config_func, sehnd, verbose, fixed_time); in build_directory_structure() 494 struct selabel_handle *sehnd, int verbose, time_t fixed_time, in make_ext4fs_internal() argument 609 fs_config_func, sehnd, verbose, fixed_time); in make_ext4fs_internal()
|
D | ext4_utils.h | 161 struct selabel_handle *sehnd, int verbose, time_t fixed_time,
|