Home | History | Annotate | Download | only in src

Lines Matching defs:file_name

1563   char* file_name = reinterpret_cast<char*>(Allocator::Allocate(len));
1564 snprintf(file_name, len, "%s.%s-end%s",
1567 return file_name;