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

  /bionic/linker/
linker_environ.c 101 /* Check if the environment variable definition at 'envstr'
106 env_match(char* envstr, const char* name)
110 while (envstr[cnt] == name[cnt] && name[cnt] != '\0')
113 if (name[cnt] == '\0' && envstr[cnt] == '=')
114 return envstr + cnt + 1;
  /dalvik/vm/
Init.cpp     [all...]

Completed in 51 milliseconds