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

  /development/ndk/sources/android/libportable/common/include/
log_portable.h 56 static char my_portable_tag[MAX_TAG_LEN + 1]; variable
61 if (my_portable_tag[0] == '\000') {
62 strncat(&my_portable_tag[0], __progname, MAX_TAG_LEN);
63 strncat(&my_portable_tag[0], ".", MAX_TAG_LEN - strlen(my_portable_tag));
64 strncat(&my_portable_tag[0], PORTABLE_TAG, MAX_TAG_LEN - strlen(my_portable_tag));
66 return my_portable_tag;

Completed in 39 milliseconds