Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtmpfile_windows.cc37 LPTSTR template_string = NULL; in gpr_tmpfile() local
46 template_string = gpr_char_to_tchar(prefix); in gpr_tmpfile()
47 GPR_ASSERT(template_string); in gpr_tmpfile()
54 success = GetTempFileName(tmp_path, template_string, 0, tmp_filename); in gpr_tmpfile()
65 gpr_free(template_string); in gpr_tmpfile()
/external/grpc-grpc/src/core/lib/gpr/
Dtmpfile_windows.cc37 LPTSTR template_string = NULL; in gpr_tmpfile() local
46 template_string = gpr_char_to_tchar(prefix); in gpr_tmpfile()
47 GPR_ASSERT(template_string); in gpr_tmpfile()
54 success = GetTempFileName(tmp_path, template_string, 0, tmp_filename); in gpr_tmpfile()
65 gpr_free(template_string); in gpr_tmpfile()
/external/flatbuffers/grpc/src/compiler/
Dschema_interface.h90 const char *template_string) = 0;
/external/grpc-grpc/src/compiler/
Dschema_interface.h87 const char* template_string) = 0;
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dschema_interface.h93 const char* template_string) = 0;
/external/python/cpython2/Modules/
Dpyexpat.c1227 PyObject *template_string = NULL; variable