HomeSort by relevance Sort by last modified time
    Searched defs:template_string (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/gpr/
tmpfile_windows.cc 37 LPTSTR template_string = NULL; local
46 template_string = gpr_char_to_tchar(prefix);
47 GPR_ASSERT(template_string);
54 success = GetTempFileName(tmp_path, template_string, 0, tmp_filename);
65 gpr_free(template_string);
  /external/v8/src/
messages.cc 1067 const char* template_string = TemplateString(template_index); local
    [all...]

Completed in 388 milliseconds