HomeSort by relevance Sort by last modified time
    Searched refs:abspath (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/webkit/Tools/wx/packaging/
build-debian-installer.py 7 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "build")))
11 script_dir = os.path.abspath(os.path.dirname(__file__))
12 wxwebkit_dir = os.path.abspath(os.path.join(script_dir, "..", "..", "..", "WebKitBuild", "Debug" + build_utils.git_branch_name()))
13 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
build-win-installer.py 36 script_dir = os.path.abspath(os.path.dirname(__file__))
37 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
41 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
42 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_branch_name()))
  /external/webkit/Tools/Scripts/
rebaseline-chromium-webkit-tests 34 scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
new-run-webkit-tests 40 script_dir = os.path.dirname(os.path.abspath(__file__))
update-sources-list.py 32 scriptDir = os.path.abspath(sys.path[0])
33 wkroot = os.path.abspath(os.path.join(scriptDir, "../.."))
  /external/webkit/Tools/Scripts/webkitpy/common/system/
ospath.py 46 os.path.abspath(). Defaults to os.path.abspath.
51 os_path_abspath = os.path.abspath
56 # (see http://docs.python.org/library/os.path.html#os.path.abspath )
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 132 abspath = self._filesystem.abspath(__file__)
133 self._webkit_base_dir = abspath[0:abspath.find('Tools') - 1]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 8 APP_PROJECT_PATH := $(abspath $(call my-dir))
  /external/chromium/testing/gmock/scripts/
upload_gmock.py 52 my_dir = os.path.dirname(os.path.abspath(__file__))
  /external/chromium/testing/gtest/scripts/
upload_gtest.py 52 my_dir = os.path.dirname(os.path.abspath(__file__))
  /sdk/monkeyrunner/jython/test/
all_tests.py 35 script_parent_path = os.path.abspath(os.path.dirname(sys.argv[0]))
  /cts/tools/utils/
rerun.py 68 ctsPath = os.path.abspath(argv[1])
69 resultXml = os.path.abspath(argv[2])
  /external/llvm/
copy-diff.py 63 srcfile = os.path.abspath(sys.argv[1])
64 destfile = os.path.abspath(sys.argv[2])
  /hardware/ti/omap4xxx/domx/Ducati_binary/
Android.mk 12 LOCAL_MODULE_PATH := $$(TARGET_OUT)$(abspath /$(dir $1))
  /external/webkit/Tools/BuildSlaveSupport/
test-result-archive 28 sourceRootDirectory = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
45 layoutTestResultsDir = os.path.abspath(os.path.join(sourceRootDirectory, "layout-test-results"))
48 layoutTestResultsDir = os.path.abspath(os.path.join(sourceRootDirectory,
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 82 deps = map(lambda x: os.path.abspath(os.path.join(dir, x)), deps)
115 return os.path.abspath(os.path.join(root,os.path.pardir,os.path.pardir,filepath))
121 return os.path.abspath(os.path.join(root,filepath))
125 return os.path.abspath(os.path.join(root,basename))
146 return os.path.abspath(str)
215 base_dir = os.path.abspath(os.path.curdir)
  /external/chromium/build/
gyp_chromium 17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
51 e.filename = os.path.abspath(file_path)
63 var, os.path.abspath(file_path)
  /external/protobuf/gtest/test/
gtest_test_utils.py 113 return os.path.abspath(GetFlag('gtest_source_dir'))
119 return os.path.abspath(GetFlag('gtest_build_dir'))
153 path = os.path.abspath(os.path.join(GetBuildDir(), executable_name))
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 82 outputs[index] = os.path.abspath(outputs[index])
94 inputAbs = os.path.abspath(input)
action_cssvaluekeywords.py 86 outputs[index] = os.path.abspath(outputs[index])
98 inputAbs = os.path.abspath(input)
action_makenames.py 101 outputs[index] = os.path.abspath(outputs[index])
116 inputAbs = os.path.abspath(input)
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 55 package_path = os.path.abspath(package_root)
62 path = os.path.abspath(path)
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 54 abs_src = os.path.abspath(src)
  /external/clang/utils/analyzer/
SATestAdd.py 37 CurDir = os.path.abspath(os.curdir)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.py 45 ANT_HOME = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))

Completed in 1139 milliseconds

1 2 3 4