HomeSort by relevance Sort by last modified time
    Searched refs:relpath (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 60 relpath = os.path.relpath(path, includes_root)
61 includes.append((relpath, self.scan_dir(path)))
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebKitHitTestTest.java 174 String relpath = "/foo.html";
175 String fullpath = mWebServer.getResponseUrl(relpath);
176 String page = fullPageLink(relpath, ANCHOR_TEXT);
181 assertTrue(pollForHrefAndImageSrcOnUiThread(relpath, ANCHOR_TEXT, null));
  /external/chromium_org/build/android/
asan_symbolize.py 42 asan_libs += [os.path.relpath(os.path.join(src_dir, f))
  /external/chromium_org/ppapi/
generate_ppapi_include_tests.py 61 relative_root = os.path.relpath(root, start_root)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_compiler.py 86 relative_path_local = os.path.relpath(filename)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main.py 70 rel_path = filesystem.relpath(path, checkout_root)
  /external/chromium_org/tools/checkdeps/
java_checker.py 95 include_path = os.path.relpath(
  /external/chromium_org/tools/checklicenses/
checklicenses.py 484 filename = os.path.relpath(filename.strip(), options.base_directory)
  /external/chromium_org/tools/generate_shim_headers/
generate_shim_headers.py 52 os.path.relpath(root, source_tree_root))
  /external/chromium_org/v8/tools/generate_shim_headers/
generate_shim_headers.py 69 os.path.relpath(root, source_tree_root))
  /external/icu4c/tools/tzcode/
zdump.c 986 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) {
992 if (relpath != NULL) {
994 strcat(path, relpath);
999 if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) {
1003 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1006 strcpy(pzonename, relpath);
1027 if (relpath != NULL) {
1028 strcpy(subpath, relpath);
  /system/media/camera/docs/
metadata-generate 41 function relpath() { function
42 python -c "import os.path; print os.path.relpath('$1', '$PWD')"
65 echo "OK: Generated $(relpath "$out")"
70 echo "FAIL: Errors while generating $(relpath "$out")" >& 2
125 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
131 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
137 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2
152 echo "OK: Inserted $(relpath "$src_part") into $(relpath "$dst_file")"
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_ppapi.py 76 rel_root = os.path.relpath(root, relative_to)
176 rel_dsc_filename = os.path.relpath(dsc_filename, SRC_DIR)
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 69 rel_path = os.path.relpath(full_path, directory)
108 src_file = os.path.relpath(src_file, root)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 227 def relpath(self, path, start='.'): member in class:FileSystem
228 return os.path.relpath(path, start)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
queries.py 205 def _platform_for_path(self, relpath):
206 platform_matchobj = self._platform_regexp.match(relpath)
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 986 static void getzones(char * basedir, char * relpath, struct listentry ** last, int * count) {
992 if (relpath != NULL) {
994 strcat(path, relpath);
999 if (strstr(relpath, ".tab") == NULL) {
1003 if ((pzonename = malloc(strlen(relpath) + 1)) == NULL) {
1006 strcpy(pzonename, relpath);
1027 if (relpath != NULL) {
1028 strcpy(subpath, relpath);
  /external/chromium_org/tools/grit/
grit_info.py 57 grit_root_dir = os.path.relpath(os.path.dirname(__file__), os.getcwd())
97 return [os.path.relpath(f, cwd) for f in sorted(files)]
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_credentials.py 125 os.path.relpath(os.path.join(os.path.dirname(page_set.file_path),
130 os.path.relpath(
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 150 relpath = filesystem.relpath(arg, self._base_path)
151 if filesystem.exists(filesystem.join(self._base_path, relpath)):
152 paths.append(filesystem.normpath(relpath))
160 relative_path = filesystem.relpath(path, self._base_path).replace('\\', '/')
  /bionic/libc/tools/
gensyscalls.py 29 def create_file( relpath ):
30 dir = os.path.dirname( bionic_temp + relpath )
32 return open( bionic_temp + relpath, "w" )
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 15 from os.path import relpath namespace
17 from unittest2.compatibility import relpath namespace
230 _relpath = relpath(path, self._top_level_dir)
  /external/chromium_org/chrome/test/functional/media/
audio_tools.py 100 audio_file_ref = os.path.relpath(audio_file_ref)
  /external/chromium_org/chrome/test/functional/
webrtc_audio_quality.py 96 input_relative_path = os.path.relpath(_REFERENCE_FILE, _JAVASCRIPT_PATH)
  /external/chromium_org/tools/grit/grit/node/
include.py 63 return os.path.relpath(self.attrs['file'], self.GetRoot().GetBaseDir())

Completed in 812 milliseconds

12 3 4 5