Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/src/
Dhiebpf_data_file.cpp100 CHECK_TRUE(ExtendFile(mapPos_, length_) == 0, -1, in MapFile()
130 CHECK_TRUE(ExtendFile(remapPos, extendLength) == 0, -1, in RemapFile()
/developtools/profiler/hiebpf/include/
Dhiebpf_data_file.h103 inline int ExtendFile(const std::size_t mapPos, const std::size_t mapLength) in ExtendFile() function