Searched refs:HOME (Results 1 - 25 of 62) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.pl60 my $HOME = $ENV{ANT_HOME};
61 if ($HOME eq "")
88 my $localpath = "$HOME/lib/ant-launcher.jar";
114 $HOME = `cygpath --path --windows $HOME`;
115 chomp ($HOME);
116 $CYGHOME = `cygpath --path --windows $ENV{HOME}`;
120 push @ARGS, "-Dant.home=$HOME";
H A Dant55 if [ -f "$HOME/.ant/ant.conf" ] ; then
56 . $HOME/.ant/ant.conf
58 if [ -f "$HOME/.antrc" ] ; then
59 . "$HOME/.antrc"
263 CYGHOME=`cygpath --$format "$HOME"`
272 echo ' $HOME/.ant/ant.conf, and $HOME/.antrc'
H A Dant.bat24 if "%HOME%"=="" goto homeDrivePathPre
25 if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
29 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePre
34 if "%USERPROFILE%"=="%HOME%" goto alpha
211 if "%HOME%"=="" goto homeDrivePathPost
212 if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat"
216 if "%HOMEDRIVE%%HOMEPATH%"=="%HOME%" goto userProfilePost
221 if "%USERPROFILE%"=="%HOME
[all...]
/external/guice/util/
H A Dpublish-snapshot-on-commit.sh10 cd $HOME
14 mvn clean deploy --settings="$HOME/travis/settings.xml" -DskipTests=true -Dmaven.javadoc.skip=true
H A Dgenerate-latest-docs.sh11 cp -R build/docs/javadoc $HOME/javadoc-latest
12 cp -R build/docs/latest-api-diffs $HOME/api-diffs-latest
13 cp lib/build/jdiff/*.gif $HOME/api-diffs-latest/
15 cd $HOME
23 cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs
24 cp -rf $HOME/javadoc-latest api-docs/latest/javadoc
/external/libmtp/examples/
H A Devolution-sync.sh7 SYNC_HOME=$HOME/MTP_device_sync
11 # SENDFILE="$HOME/comp-apps/bin/sendfile"
65 cat $HOME/.evolution/tasks/local/system/tasks.ics \
66 $HOME/.evolution/calendar/local/system/calendar.ics \
/external/vboot_reference/tests/
H A Dtest_using_qemu.sh14 # HOME - home directory inside chroot
29 -E HOME=${HOME} \
/external/curl/lib/
H A Dfirefox-db2pem.sh27 db=`ls -1d $HOME/.mozilla/firefox/*default*`
/external/valgrind/drd/scripts/
H A Ddownload-and-build-gcc11 SRCDIR=$HOME/software
13 SRC=$HOME/software/gcc-${GCC_VERSION}
16 PREFIX=$HOME/gcc-${GCC_VERSION}
18 #GMP_PREFIX=$HOME/gmp-5.0.1
20 #MPFR_PREFIX=$HOME/mpfr-2.4.2
22 #MPC_PREFIX=$HOME/mpc-0.8.1
H A Ddownload-and-build-firefox6 SRCDIR="$HOME/software"
11 PREFIX="$HOME/firefox3"
/external/protobuf/examples/
H A Dlist_people.py19 elif phone_number.type == addressbook_pb2.Person.HOME:
H A Dadd_person.py29 phone_number.type = addressbook_pb2.Person.HOME
H A DListPeople.java24 case HOME:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dsetup.sh7 checkoutdir="$HOME/searchcvs/cvssrc";
/external/smali/smali/
H A Drunjflex.sh33 jflex_location="$(find $HOME/.gradle/caches/artifacts-* -name "$jflex_jar_name" | head -n 1)"
/external/dagger2/util/
H A Dgenerate-latest-docs.sh11 cd $HOME
/external/selinux/mcstrans/src/
H A Dmcstrans.init53 unset HOME MAIL USER USERNAME
/external/selinux/restorecond/
H A Drestorecond.init42 unset HOME MAIL USER USERNAME
/external/selinux/sandbox/
H A DsandboxX.sh30 /usr/share/sandbox/start $HOME/.sandboxrc
/external/snakeyaml/
H A Dmvnw.bat41 @REM set %HOME% to equivalent of $HOME
42 if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
47 if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
48 if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
168 if exist "%HOME%\mavenrc_post.bat" call "%HOME
[all...]
/external/libxml2/python/
H A Dsetup.py28 HOME = os.environ['HOME']
30 HOME="C:" variable
63 HOME
H A Dsetup.py.in28 HOME = os.environ['HOME']
30 HOME="C:" variable
63 HOME
/external/libxml2/doc/
H A DbuildDocBookCatalog21 ROOTCATALOG=$HOME/xmlcatalog
22 CATALOG=$HOME/dbkxmlcatalog
23 DIR=$HOME
200 finddbx $HOME
267 found=`find $HOME -name iso-amsb.ent`
367 found=`find $HOME -name chunk.xsl`
/external/curl/tests/certs/scripts/
H A Dgenroot.sh15 HOME=`pwd`
16 cd $HOME
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
H A Dtpmtoken_import_openssl.cnf6 # This definition stops the following lines choking if HOME isn't
8 HOME = .
9 RANDFILE = $ENV::HOME/.rnd
12 #oid_file = $ENV::HOME/.oid

Completed in 577 milliseconds

123