Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.cpp70 uint32_t file_size_bytes = 8) { in AppendFile() argument
71 if (file_size_bytes == 8) { in AppendFile()
74 } else if (file_size_bytes == 4) { in AppendFile()
81 static void DetachFile(const char*& p, std::string& file, uint32_t file_size_bytes = 8) { in DetachFile() argument
82 uint64_t file_size = ConvertBytesToValue(p, file_size_bytes); in DetachFile()
83 p += file_size_bytes; in DetachFile()