Home
last modified time | relevance | path

Searched refs:fixed_time (Results 1 – 3 of 3) sorted by relevance

/system/extras/ext4_utils/
Dmake_ext4fs_main.c76 time_t fixed_time = -1; in main() local
150 fixed_time = strtoll(optarg, NULL, 0); in main()
230 sparse, crc, wipe, sehnd, verbose, fixed_time, block_list_file); in main()
Dmake_ext4fs.c130 struct selabel_handle *sehnd, int verbose, time_t fixed_time) in build_directory_structure() argument
184 if (fixed_time == -1) { in build_directory_structure()
187 dentries[i].mtime = fixed_time; in build_directory_structure()
281 subdir_dir_path, inode, fs_config_func, sehnd, verbose, fixed_time); in build_directory_structure()
486 struct selabel_handle *sehnd, int verbose, time_t fixed_time, in make_ext4fs_internal() argument
596 fs_config_func, sehnd, verbose, fixed_time); in make_ext4fs_internal()
Dext4_utils.h161 struct selabel_handle *sehnd, int verbose, time_t fixed_time,