Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h106 int read_file_as_long(const char *path, long int *output);
Ddumpstate.cpp326 if (read_file_as_long(path, &is_tracing)) { in dump_systrace()
Dutils.cpp484 int read_file_as_long(const char *path, long int *output) { in read_file_as_long() function