Home | History | Annotate | Download | only in linker

Lines Matching full:format_path

1010 static bool format_path(char* buf, size_t buf_size, const char* path, const char* name) {
1026 if (!format_path(buf, sizeof(buf), path.c_str(), name)) {