HomeSort by relevance Sort by last modified time
    Searched refs:script_dir (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/chromium/
gyp_webkit 39 script_dir = os.path.dirname(__file__)
41 sys.path.append(os.path.join(script_dir, 'tools', 'gyp', 'pylib'))
64 AddInclude(os.path.join(script_dir, 'build', 'common.gypi'))
67 supplements = glob.glob(os.path.join(script_dir, '*', 'supplement.gypi'))
  /external/webkit/WebKitTools/wx/packaging/
build-debian-installer.py 11 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
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, "..", "..", ".."))
29 shutil.copytree(os.path.join(script_dir, 'debian'), os.path.join(src_root, 'debian'))
build-win-installer.py 33 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
34 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
38 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
build-mac-installer.py 38 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
39 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
45 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
149 '--resources %s/mac/resources' % script_dir,
  /external/ipsec-tools/src/racoon/
remoteconf.c 639 char *script_dir; local
646 script_dir = lcconf->pathinfo[LC_PATHTYPE_SCRIPT];
649 if ((path->v[0] != '/') && (script_dir != NULL)) {
650 len = strlen(script_dir) + sizeof("/") + path->l + 1;
659 (void)strlcat(new_path->v, script_dir, len);
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 284 script_dir = os.path.dirname(script_self)
285 ref_dir = os.path.join(script_dir, "results")

Completed in 195 milliseconds