OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:productDir
(Results
1 - 3
of
3
) sorted by null
/dalvik/tools/
dex-preopt
75
productDir
=''
125
productDir
="${value}"
235
if [ "x${
productDir
}" = 'x' ]; then
236
productDir
="`ls target/product`"
240
elif [ `expr -- "${
productDir
}" : ".* "` != '0' ]; then
244
productDir
="target/product/${
productDir
}"
248
if [ ! '(' -d "${
productDir
}" -a -w "${
productDir
}" ')' ]; then
249
echo "product-dir is not a writable directory: ${
productDir
}" 1>&
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm
63
&
productDir
369
my ($
productDir
) = @_;
373
return "$
productDir
/$jscName" if -e "$
productDir
/$jscName";
374
return "$
productDir
/JavaScriptCore.framework/Resources/$jscName";
490
sub
productDir
498
my $
productDir
=
productDir
();
499
$
productDir
.= "/bin" if (isQt() || isEfl());
500
$
productDir
.= "/Programs" if isGtk()
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 76 milliseconds