HomeSort by relevance Sort by last modified time
    Searched refs:adb_strtok_r (Results 1 - 4 of 4) sorted by null

  /system/core/adb/
adb_auth_host.c 333 path = adb_strtok_r(keys_path, ENV_PATH_SEPARATOR_STR, &save);
342 path = adb_strtok_r(NULL, ENV_PATH_SEPARATOR_STR, &save);
sysdeps.h 258 extern char* adb_strtok_r(char *str, const char *delim, char **saveptr);
513 static __inline__ char* adb_strtok_r(char *str, const char *delim, char **saveptr) function
adb.c 448 key = adb_strtok_r(cp + 1, prop_seps, &save);
460 key = adb_strtok_r(NULL, prop_seps, &save);
    [all...]
sysdeps_win32.c 2175 adb_strtok_r(char *s, const char *delim, char **last) function
    [all...]

Completed in 38 milliseconds