Home
last modified time | relevance | path

Searched refs:DEFAULT_READ_SIZE (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dfile_utils.cpp28 constexpr size_t DEFAULT_READ_SIZE = 4096; member
36 if (content.size() - count < DEFAULT_READ_SIZE) { in ReadFile()
37 content.resize(content.size() + DEFAULT_READ_SIZE); in ReadFile()
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dmemory_data_plugin.cpp36 constexpr size_t DEFAULT_READ_SIZE = 4096; member
465 if (content.size() - count < DEFAULT_READ_SIZE) { in ReadFile()
466 content.resize(content.size() + DEFAULT_READ_SIZE); in ReadFile()

Completed in 4 milliseconds