Home
last modified time | relevance | path

Searched refs:string_to_time (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/debugfs/
Ddebugfs.h41 extern __s64 string_to_time(const char *);
193 extern __s64 string_to_time(const char *arg);
Dutil.c227 extern __s64 string_to_time(const char *arg) in string_to_time() function
Dset_fields.c582 t = string_to_time(arg); in parse_time()
Ddebugfs.c2223 now = string_to_time(argv[1]); in do_set_current_time()