Home
last modified time | relevance | path

Searched refs:final_slash (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/gpr/
Dlog_android.cc58 const char* final_slash; in gpr_default_log() local
62 final_slash = strrchr(args->file, '/'); in gpr_default_log()
63 if (final_slash == NULL) in gpr_default_log()
66 display_file = final_slash + 1; in gpr_default_log()
Dlog_linux.cc65 const char* final_slash; in gpr_default_log() local
76 final_slash = strrchr(args->file, '/'); in gpr_default_log()
77 if (final_slash == nullptr) in gpr_default_log()
80 display_file = final_slash + 1; in gpr_default_log()
Dlog_windows.cc74 const char* final_slash; in gpr_default_log() local
82 final_slash = strrchr(args->file, '\\'); in gpr_default_log()
83 if (final_slash == NULL) in gpr_default_log()
86 display_file = final_slash + 1; in gpr_default_log()
Dlog_posix.cc64 const char* final_slash; in gpr_default_log() local
72 final_slash = strrchr(args->file, '/'); in gpr_default_log()
73 if (final_slash == nullptr) in gpr_default_log()
76 display_file = final_slash + 1; in gpr_default_log()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dlog_android.cc58 const char* final_slash; in gpr_default_log() local
62 final_slash = strrchr(args->file, '/'); in gpr_default_log()
63 if (final_slash == NULL) in gpr_default_log()
66 display_file = final_slash + 1; in gpr_default_log()
Dlog_linux.cc71 const char* final_slash; in gpr_default_log() local
81 final_slash = strrchr(args->file, '/'); in gpr_default_log()
82 if (final_slash == nullptr) { in gpr_default_log()
85 display_file = final_slash + 1; in gpr_default_log()
Dlog_windows.cc77 const char* final_slash; in gpr_default_log() local
85 final_slash = strrchr(args->file, '\\'); in gpr_default_log()
86 if (final_slash == NULL) in gpr_default_log()
89 display_file = final_slash + 1; in gpr_default_log()
Dlog_posix.cc70 const char* final_slash; in gpr_default_log() local
78 final_slash = strrchr(args->file, '/'); in gpr_default_log()
79 if (final_slash == nullptr) in gpr_default_log()
82 display_file = final_slash + 1; in gpr_default_log()