Searched defs:fixed_time (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c80 time_t fixed_time = -1; local
157 fixed_time = strtoll(optarg, NULL, 0);
240 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time, block_list_file);
H A Dmake_ext4fs.c128 struct selabel_handle *sehnd, int verbose, time_t fixed_time)
192 if (fixed_time == -1) {
195 dentries[i].mtime = fixed_time;
289 inode, fs_config_func, sehnd, verbose, fixed_time);
494 struct selabel_handle *sehnd, int verbose, time_t fixed_time,
609 fs_config_func, sehnd, verbose, fixed_time);
126 build_directory_structure(const char *full_path, const char *dir_path, const char *target_out_path, u32 dir_inode, fs_config_func_t fs_config_func, struct selabel_handle *sehnd, int verbose, time_t fixed_time) argument
491 make_ext4fs_internal(int fd, const char *_directory, const char *_target_out_directory, const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, int real_uuid, struct selabel_handle *sehnd, int verbose, time_t fixed_time, FILE* block_list_file) argument

Completed in 41 milliseconds