Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Dtrace_impl.cc473 int32_t length_without_file_ending = length - 1; in UpdateFileName() local
474 while (length_without_file_ending > 0) { in UpdateFileName()
475 if (file_name_utf8[length_without_file_ending] == '.') { in UpdateFileName()
478 length_without_file_ending--; in UpdateFileName()
481 if (length_without_file_ending == 0) { in UpdateFileName()
482 length_without_file_ending = length; in UpdateFileName()
484 int32_t length_to_ = length_without_file_ending - 1; in UpdateFileName()
496 file_name_utf8 + length_without_file_ending); in UpdateFileName()
509 int32_t length_without_file_ending = length - 1; in CreateFileName() local
510 while (length_without_file_ending > 0) { in CreateFileName()
[all …]