Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dfile_rotating_stream.cc333 char file_postfix[buffer_size]; in GetFilePath() local
337 std::snprintf(file_postfix, buffer_size, "_%0*zu", max_digits, index); in GetFilePath()
339 return dir_path_ + file_prefix_ + file_postfix; in GetFilePath()