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

  /external/chromium_org/tools/gyp/test/toplevel-dir/
gyptest-toplevel-dir.py 21 toplevel_dir = 'src' variable
23 test.build('all', chdir=toplevel_dir)
25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
28 chdir=toplevel_dir,
  /external/chromium-trace/trace-viewer/
run_dev_server.py 21 toplevel_dir = os.path.abspath(os.path.dirname(__file__)) variable
22 src_dir = os.path.join(toplevel_dir, 'src')
23 test_data_dir = os.path.join(toplevel_dir, 'test_data')
48 y = '/' + os.path.relpath(x, toplevel_dir)
161 os.chdir(toplevel_dir)
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 162 def InvertRelativePath(path, toplevel_dir=None):
163 """Given a path like foo/bar that is relative to toplevel_dir, return
164 the inverse relative path back to the toplevel_dir.
171 toplevel_dir = '.' if toplevel_dir is None else toplevel_dir
172 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
__init__.py 337 parser.add_option('--toplevel-dir', dest='toplevel_dir', action='store',
447 if not options.toplevel_dir:
448 options.toplevel_dir = options.depth
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 325 def calc_load_sequence(filenames, toplevel_dir):
341 resource_finder = ResourceFinder(os.path.abspath(toplevel_dir))
347 rel_filename = os.path.relpath(filename, toplevel_dir)