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

1 2 3 4

  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
abspath 2 $description = "Test the abspath functions.";
7 ifneq ($(realpath $(abspath .)),$(CURDIR))
8 $(warning .: abs="$(abspath .)" real="$(realpath $(abspath .))" curdir="$(CURDIR)")
11 ifneq ($(realpath $(abspath ./)),$(CURDIR))
12 $(warning ./: abs="$(abspath ./)" real="$(realpath $(abspath ./))" curdir="$(CURDIR)")
15 ifneq ($(realpath $(abspath .///)),$(CURDIR))
16 $(warning .///: abs="$(abspath .///)" real="$(realpath $(abspath .///))" curdir="$(CURDIR)"
    [all...]
  /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-mac-installer.py 39 script_dir = os.path.abspath(os.path.dirname(__file__))
40 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
46 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
47 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_branch_name()))
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/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/llvm/
copy-diff.py 63 srcfile = os.path.abspath(sys.argv[1])
64 destfile = os.path.abspath(sys.argv[2])
  /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]
config_standalone.py 41 this_dir = os.path.abspath(sys.path[0])
  /hardware/ti/omap4xxx/domx/Ducati_binary/
Android.mk 12 LOCAL_MODULE_PATH := $$(TARGET_OUT)$(abspath /$(dir $1))
  /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/webkit/Tools/Scripts/
update-sources-list.py 32 scriptDir = os.path.abspath(sys.path[0])
33 wkroot = os.path.abspath(os.path.join(scriptDir, "../.."))
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__))
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 54 abs_src = os.path.abspath(src)
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
react-to-vsprops-changes.py 12 top_level_directory = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(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]))
  /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,
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 367 String absPath = JAVASRC_FOLDER + "/" + path + "/" + classOnlyName
369 File f = new File(absPath);
386 + "' in file '" + absPath + "'");
505 String absPath = PROJECT_FOLDER_OUT + "/" + path;
506 new File(absPath).mkdirs();
507 return new File(absPath + "/Main_" + methodName + ".java");
  /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/clang/utils/analyzer/
SATestAdd.py 30 CurDir = os.path.abspath(os.curdir)
  /cts/tools/vm-tests/src/util/build/
BuildDalvikSuite.java 224 String absPath = toWrite.getAbsolutePath();
226 javacHostJunitBuildStep.addSourceFile(absPath);
680 String absPath = JAVASRC_FOLDER + "/" + path + "/" + classOnlyName
682 File f = new File(absPath);
700 + "' in file '" + absPath + "'");
841 String absPath = MAIN_SRC_OUTPUT_FOLDER + "/" + path;
842 File dirPath = new File(absPath);
845 throw new IOException("failed to create directory: " + absPath);
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 192 String absPath = toWrite.getAbsolutePath();
194 javacHostJunitBuildStep.addSourceFile(absPath);
521 String absPath = JAVASRC_FOLDER + "/" + path + "/" + classOnlyName + ".java";
522 File f = new File(absPath);
537 "' in file '" + absPath + "'");
677 String absPath = MAIN_SRC_OUTPUT_FOLDER + "/" + path;
678 File dirPath = new File(absPath);
681 throw new IOException("failed to create directory: " + absPath);
  /external/v8/build/
gyp_v8 54 e.filename = os.path.abspath(file_path)
66 var, os.path.abspath(file_path)
  /external/v8/test/cctest/
SConscript 29 from os.path import join, dirname, abspath
30 root_dir = dirname(File('SConstruct').rfile().abspath)
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 82 outputs[index] = os.path.abspath(outputs[index])
94 inputAbs = os.path.abspath(input)

Completed in 1776 milliseconds

1 2 3 4