Searched refs:script_dir (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKitTools/wx/packaging/ |
D | 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" + … 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'))
|
D | 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,
|
D | 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, "..", "..", ".."))
|
/external/webkit/WebKit/chromium/ |
D | 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/ipsec-tools/src/racoon/ |
D | 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);
|