Searched refs:DetachFile (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/ |
D | tracing.cpp | 81 static void DetachFile(const char*& p, std::string& file, uint32_t file_size_bytes = 8) { in DetachFile() function 222 DetachFile(p, header_page_file); in LoadFromBinary() 225 DetachFile(p, header_event_file); in LoadFromBinary() 230 DetachFile(p, ftrace_format_files[i]); in LoadFromBinary() 241 DetachFile(p, format); in LoadFromBinary() 245 DetachFile(p, kallsyms_file, 4); in LoadFromBinary() 246 DetachFile(p, printk_formats_file, 4); in LoadFromBinary()
|