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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 183 self, root_dir, scan_dir=None,
190 scan_dir: The directory where handler definition files are
191 searched. scan_dir must be a directory under root_dir,
192 including root_dir itself. If scan_dir is None,
193 root_dir is used as scan_dir. scan_dir can be useful
204 if scan_dir is None:
205 scan_dir = root_dir
206 if not os.path.realpath(scan_dir).startswith(
208 raise DispatchException('scan_dir:%s must be a directory under
    [all...]
standalone.py 41 [-s <scan_dir>]
54 <scan_dir> is a path under the root directory. If specified, only the
55 handlers under scan_dir are scanned. This is useful in saving scan time.
727 parser.add_option('-s', '--scan-dir', '--scan_dir', dest='scan_dir',
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
dispatch.py 183 self, root_dir, scan_dir=None,
190 scan_dir: The directory where handler definition files are
191 searched. scan_dir must be a directory under root_dir,
192 including root_dir itself. If scan_dir is None,
193 root_dir is used as scan_dir. scan_dir can be useful
204 if scan_dir is None:
205 scan_dir = root_dir
206 if not os.path.realpath(scan_dir).startswith(
208 raise DispatchException('scan_dir:%s must be a directory under
    [all...]
standalone.py 371 options.scan_dir,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
finddev.c 77 static int scan_dir(char *dirname, dev_t device, struct dir_list **list, function
144 scan_dir(current->name, device, &new_list, &ret_path);
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 40 def scan_dir(self, root): member in class:FileCollector
56 includes.append(('', self.scan_dir(includes_root)))
61 includes.append((relpath, self.scan_dir(path)))
  /system/core/debuggerd/
getevent.c 135 static int scan_dir(const char *dirname) function
173 res = scan_dir(device_path);
  /system/core/toolbox/
getevent.c 449 static int scan_dir(const char *dirname, int print_flags) function
608 res = scan_dir(device_path, print_flags);
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 41 [-s <scan_dir>]
54 <scan_dir> is a path under the root directory. If specified, only the
55 handlers under scan_dir are scanned. This is useful in saving scan time.
731 parser.add_option('-s', '--scan-dir', '--scan_dir', dest='scan_dir',
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 66 self.scan_dir = None
    [all...]

Completed in 178 milliseconds