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

  /external/oprofile/libutil/
op_file.h 76 * @param base_dir directory from where lookup starts
79 * NO_RECURSION: Find matching files from passed base_dir and call
81 * MATCH_ANY_ENTRY_RECURSION: Starting at base_dir, for each entry in the
85 * MATCH_DIR_ONLY_RECURSION: Starting at base_dir, if an entry in the
92 * Return a list of pathnames under base_dir, filtered by filter and optionally
101 char const * base_dir, char const * filter,
op_file.c 116 char const * base_dir, char const * filter,
139 if (!(dir = opendir(base_dir)))
158 name = make_pathname_from_dirent(base_dir, ent,
173 name = make_pathname_from_dirent(base_dir, ent,
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
dispatch.py 70 def _path_to_resource_converter(base_dir):
71 base_dir = _normalize_path(base_dir)
72 base_len = len(base_dir)
78 if not path.startswith(base_dir):
  /external/webkit/WebKitTools/CodeCoverage/
run-generate-coverage-data 62 def parse_dependency_file(src, base_dir, black_list):
81 deps = filter(lambda x: base_dir in x, deps)
215 base_dir = os.path.abspath(os.path.curdir) variable
216 depends = collect_depends(base_dir)
217 candidates = map(lambda x: parse_dependency_file(x,base_dir,[]), depends)
239 analyze_coverage(sources, results, dirs.keys(), runid, base_dir)
  /development/scripts/
divide_and_compress.py 121 def __init__(self, output_path, base_dir, archive_size, enable_compression):
126 base_dir: A string, the directory to compress.
135 self.base_path = base_dir
divide_and_compress_test.py 354 self.base_dir = '/dir1'
357 self.output_path, self.base_dir, 1024*1024, True)

Completed in 51 milliseconds