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

  /system/core/adb/
get_my_path_darwin.c 20 void get_my_path(char *s, size_t maxLen) function
get_my_path_linux.c 22 void get_my_path(char *exe, size_t maxLen) function
get_my_path_windows.c 21 void get_my_path(char *exe, size_t maxLen) function
get_my_path_freebsd.c 26 get_my_path(char *exe, size_t maxLen) function
adb.h 242 void get_my_path(char *s, size_t maxLen);
commandline.c 42 void get_my_path(char *s, size_t maxLen);
746 get_my_path(dir, PATH_MAX);
    [all...]
adb.c 782 get_my_path(path, PATH_MAX);
    [all...]
  /system/core/fastboot/
util_osx.c 32 void get_my_path(char s[PATH_MAX]) function
util_linux.c 37 void get_my_path(char *path) function
util_windows.c 39 void get_my_path(char exe[PATH_MAX]) function
fastboot.c 75 void get_my_path(char *path);
99 get_my_path(path);

Completed in 43 milliseconds