Searched defs:length_without_file_ending (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc638 int32_t length_without_file_ending = length - 1; local
639 while (length_without_file_ending > 0) {
640 if (file_name_utf8[length_without_file_ending] == '.') {
643 length_without_file_ending--;
646 if (length_without_file_ending == 0) {
647 length_without_file_ending = length;
649 int32_t length_to_ = length_without_file_ending - 1;
661 file_name_utf8 + length_without_file_ending);
674 int32_t length_without_file_ending = length - 1; local
675 while (length_without_file_ending >
[all...]

Completed in 75 milliseconds