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

  /ndk/sources/host-tools/make-3.81/
main.c 737 char *search_token;
743 search_token = default_shell;
745 search_token = token;
752 tokend = search_token + strlen (search_token) - 3;
753 if (((tokend == search_token
754 || (tokend > search_token
757 || ((tokend - 4 == search_token
758 || (tokend - 4 > search_token
763 sprintf (sh_path, "%s", search_token);
733 char *search_token; local
    [all...]
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 118 const string &search_token,
415 const string &search_token,
440 if ((*it)->name == search_token) {

Completed in 165 milliseconds