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

  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 839 glob_t the_glob; local
840 memset(&the_glob, 0, sizeof(the_glob));
841 int ret = ::glob(pattern.c_str(), 0, NULL, &the_glob);
845 for (size_t n = 0; n < the_glob.gl_pathc; ++n) {
846 filepath.assign(the_glob.gl_pathv[n]);
851 globfree(&the_glob);
    [all...]

Completed in 833 milliseconds