HomeSort by relevance Sort by last modified time
    Searched refs:abspath (Results 51 - 61 of 61) sorted by null

1 23

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_server.py 93 os.path.dirname(os.path.abspath(__file__)), 'httpd2.pem')
mock_drt.py 82 return os.path.abspath(__file__)
test.py 389 return "file://" + self._filesystem.abspath(filename)
base.py 416 return path.abspath_to_uri(self._filesystem.abspath(filename))
580 self._results_directory = self._filesystem.abspath(option_val)
    [all...]
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 67 base_path = os.path.abspath(base_path)
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 69 script_directory = os.path.dirname(os.path.abspath(__file__))
79 absolute_path = os.path.abspath(path)
438 self._add_parent_directories(os.path.dirname(os.path.abspath(path)))
442 parent, base = os.path.split(os.path.abspath(path))
    [all...]
  /external/webkit/Tools/wx/build/
settings.py 40 wk_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../..'))
  /external/v8/tools/
test.py 34 from os.path import join, dirname, abspath, basename, isdir, exists namespace
595 normalized_path = abspath(path)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 173 base_list = (os.path.abspath(base)).split(os.sep)
174 target_list = (os.path.abspath(target)).split(os.sep)
  /external/chromium/third_party/libjingle/source/talk/
main.scons 178 '$GOOGLECLIENT/tools/test_key/testkey.pfx').abspath,
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 622 return os.path.abspath(self._filename).replace('\\', '/')
    [all...]

Completed in 359 milliseconds

1 23