Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dhiebpf_data_file.h103 inline int ExtendFile(const std::size_t mapPos, const std::size_t mapLength) in ExtendFile() argument
105 if (ftruncate(fd_, mapPos + mapLength) != 0) { in ExtendFile()