HomeSort by relevance Sort by last modified time
    Searched refs:ReadFileTrimmed (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
file_utils.h 42 bool ReadFileTrimmed(const char* path, char* buf, size_t length);
file_utils.cc 64 bool ReadFileTrimmed(const char* path, char* buf, size_t length) {
93 return ReadFileTrimmed(proc_path, buf, length);

Completed in 266 milliseconds