Home
last modified time | relevance | path

Searched refs:script_dir (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitTools/wx/packaging/
Dbuild-debian-installer.py11 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
12 wxwebkit_dir = os.path.abspath(os.path.join(script_dir, "..", "..", "..", "WebKitBuild", "Debug" + …
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'))
Dbuild-mac-installer.py38 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,
Dbuild-win-installer.py33 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, "..", "..", ".."))
/external/webkit/WebKit/chromium/
Dgyp_webkit39 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/ipsec-tools/src/racoon/
Dremoteconf.c639 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);