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

  /external/autotest/client/bin/
os_dep.py 34 glob_result = glob.glob(glob_pattern)
35 for conf_file in glob_result:
  /external/libkmsxx/utils/
kmscapture.cpp 281 glob_t glob_result; local
282 glob(pat.c_str(), 0, NULL, &glob_result);
284 for(unsigned i = 0; i < glob_result.gl_pathc; ++i)
285 ret.push_back(string(glob_result.gl_pathv[i]));
286 globfree(&glob_result);
  /external/scapy/scapy/tools/
UTscapy.py 801 glob_result = 0
833 glob_result = 1
847 return glob_result
  /external/u-boot/common/
cli_hush.c 235 glob_t glob_result; /* result of parameter globbing */ member in struct:child_prog
    [all...]

Completed in 753 milliseconds