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

  /external/libvncserver/x11vnc/
options.c 51 char *flagfile = NULL; /* -flag */ variable
options.h 51 extern char *flagfile;
screen.c     [all...]
x11vnc.c 3126 flagfile = strdup(argv[++i]); local
    [all...]
remote.c     [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
gflags.py 123 --flagfile=foo read flags from file foo.
172 NOTE ON --flagfile:
181 You then specify your file with the special flag '--flagfile=somefile'.
182 You CAN recursively nest flagfile= tokens OR use multiple files on the
184 '//' are comments in your flagfile.
186 Any flagfile=<file> will be interpreted as having a relative path from
189 myPythonScript.py --flagfile=config/somefile.cfg
191 If somefile.cfg includes further --flagfile= directives, these will be
193 including flagfile was found in!
198 flagfile. We do now support '~' expanded directory names
    [all...]

Completed in 654 milliseconds