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

/system/extras/ext4_utils/
H A Dmake_ext4fs_main.c81 time_t fixed_time = -1; local
160 fixed_time = strtoll(optarg, NULL, 0);
257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
H A Dmake_ext4fs.c148 struct selabel_handle *sehnd, int verbose, time_t fixed_time)
212 if (fixed_time == -1) {
215 dentries[i].mtime = fixed_time;
309 inode, fs_config_func, sehnd, verbose, fixed_time);
684 struct selabel_handle *sehnd, int verbose, time_t fixed_time,
810 fs_config_func, sehnd, verbose, fixed_time);
146 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
681 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, FILE* base_alloc_file_in, FILE* base_alloc_file_out) argument

Completed in 75 milliseconds