Searched refs:__root_len (Results 1 – 1 of 1) sorted by relevance
397 std::size_t __root_len in __open_output_file() local400 char* __file_name = new char[__root_len + 1 + __ext_len + 1]; in __open_output_file()403 __root_len); in __open_output_file()404 *(__file_name + __root_len) = '.'; in __open_output_file()405 __builtin_memcpy(__file_name + __root_len + 1, in __open_output_file()