Home
last modified time | relevance | path

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

/external/dbus/tools/
Ddbus-send.c356 char *last_dot; in main() local
358 last_dot = strrchr (name, '.'); in main()
359 if (last_dot == NULL) in main()
365 *last_dot = '\0'; in main()
370 last_dot + 1); in main()
375 char *last_dot; in main() local
377 last_dot = strrchr (name, '.'); in main()
378 if (last_dot == NULL) in main()
384 *last_dot = '\0'; in main()
386 message = dbus_message_new_signal (path, name, last_dot + 1); in main()
/external/chromium/base/
Dfile_util.cc52 const FilePath::StringType::size_type last_dot = in GetFileExtensionFromPath() local
54 return FilePath::StringType(last_dot == FilePath::StringType::npos ? in GetFileExtensionFromPath()
56 file_name, last_dot+1); in GetFileExtensionFromPath()
63 const FilePath::StringType::size_type last_dot = in InsertBeforeExtension() local
68 if (last_dot == FilePath::StringType::npos || in InsertBeforeExtension()
69 (last_separator != std::wstring::npos && last_dot < last_separator)) { in InsertBeforeExtension()
76 value.insert(last_dot, suffix); in InsertBeforeExtension()
Dfile_path.cc126 const StringType::size_type last_dot = in ExtensionSeparatorPosition() local
130 if (last_dot == StringType::npos || last_dot == 0U) in ExtensionSeparatorPosition()
131 return last_dot; in ExtensionSeparatorPosition()
135 StringType extension(path, last_dot + 1); in ExtensionSeparatorPosition()
142 return last_dot; in ExtensionSeparatorPosition()
147 path.rfind(FilePath::kExtensionSeparator, last_dot - 1); in ExtensionSeparatorPosition()
149 path.find_last_of(FilePath::kSeparators, last_dot - 1, in ExtensionSeparatorPosition()
154 last_dot - penultimate_dot <= 5U && in ExtensionSeparatorPosition()
155 last_dot - penultimate_dot > 1U) { in ExtensionSeparatorPosition()
159 return last_dot; in ExtensionSeparatorPosition()
/external/dbus/dbus/
Ddbus-marshal-validate.c928 const unsigned char *last_dot; in _dbus_validate_interface() local
943 last_dot = NULL; in _dbus_validate_interface()
966 last_dot = s; in _dbus_validate_interface()
977 if (_DBUS_UNLIKELY (last_dot == NULL)) in _dbus_validate_interface()
1106 const unsigned char *last_dot; in _dbus_validate_bus_name() local
1121 last_dot = NULL; in _dbus_validate_bus_name()
1168 last_dot = s; in _dbus_validate_bus_name()
1179 if (_DBUS_UNLIKELY (last_dot == NULL)) in _dbus_validate_bus_name()