HomeSort by relevance Sort by last modified time
    Searched defs:Glob (Results 1 - 5 of 5) sorted by null

  /external/jsoncpp/scons-tools/
globtool.py 5 def Glob( env, includes = None, excludes = None, dir = '.' ):
6 """Adds Glob( includes = Split( '*' ), excludes = None, dir = '.')
9 Glob both the file-system files.
15 sources = env.Glob( ("*.cpp", '*.h'), "~*.cpp", "#src" )
47 Environment.Glob = Glob
  /build/kati/
fileutil.cc 21 #include <glob.h>
160 glob(pat, GLOB_NOSORT, NULL, &gl);
192 void Glob(const char* pat, vector<string>** files) {
  /toolchain/binutils/binutils-2.25/gold/
script.h 267 // Fast lookup information for a glob pattern.
268 struct Glob
270 Glob()
274 Glob(const Version_expression* e, const Version_tree* v, bool ig)
288 typedef std::vector<Glob> Globs;
313 // A vector of glob patterns mapping to Version_trees.
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 696 milliseconds