HomeSort by relevance Sort by last modified time
    Searched full:has_prefix (Results 1 - 2 of 2) sorted by null

  /system/core/libsysutils/src/
NetlinkEvent.cpp 144 has_prefix(const char* str, const char* end, const char* prefix, size_t prefixlen) function
155 /* Convenience macro to call has_prefix with a constant string literal */
156 #define HAS_CONST_PREFIX(str,end,prefix) has_prefix((str),(end),prefix,CONST_STRLEN(prefix))
  /external/bluetooth/glib/gio/tests/
g-file.c 356 gboolean has_prefix = FALSE; local
373 has_prefix = g_file_has_prefix (file2, file1);
375 g_assert (has_prefix == should_have_prefix);

Completed in 163 milliseconds