OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scriptdir
(Results
1 - 8
of
8
) sorted by null
/external/chromium/build/linux/
dump_app_syms
23
SCRIPTDIR
="$(readlink -f "$(dirname "$0")")"
/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
, "../.."))
build-webkit
604
my $
scriptDir
= relativeScriptsDir();
608
system(File::Spec->catfile($
scriptDir
, "print-vse-failure-logs"));
612
print "Please ensure you have run $
scriptDir
/update-webkit to install dependencies.\n\n";
webkitdirs.pm
1025
my $
scriptDir
= File::Spec->catpath("", File::Spec->abs2rel($FindBin::Bin, getcwd()), "");
1026
if ($
scriptDir
eq "") {
1027
$
scriptDir
= ".";
1029
return $
scriptDir
;
[
all
...]
/ndk/sources/host-tools/make-3.81/tests/
test_driver.pl
109
$
scriptdir
= "scripts"; # The directory where we find the test scripts
125
$scriptpath = "$cwdslash$
scriptdir
";
165
opendir (
SCRIPTDIR
, $scriptpath)
167
@dirs = grep (!/^(\..*|CVS|RCS)$/, readdir (
SCRIPTDIR
) );
168
closedir (
SCRIPTDIR
);
175
opendir (
SCRIPTDIR
, "$scriptpath/$dir")
177
@files = grep (!/^(\..*|CVS|RCS|.*~)$/, readdir (
SCRIPTDIR
) );
178
closedir (
SCRIPTDIR
);
/external/webkit/Tools/wx/
install-unix-extras
35
scriptDir
="$(cd $(dirname $0);pwd)"
36
WK_ROOT=$
scriptDir
/../..
/external/libvpx/examples/includes/geshi/geshi/
kixtart.php
141
'@
ScriptDir
',
autoit.php
91
'@ProgramFilesDir','@ProgramsCommonDir','@ProgramsDir','@
ScriptDir
',
[
all
...]
Completed in 234 milliseconds