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

123

/external/python/cpython2/Mac/BuildScript/scripts/
H A Dpostflight.patch-profile50 if [ -f "${HOME}/.tcshrc" ]; then
51 RC="${HOME}/.tcshrc"
53 RC="${HOME}/.cshrc"
69 if [ -e "${HOME}/.bash_profile" ]; then
70 PR="${HOME}/.bash_profile"
71 elif [ -e "${HOME}/.bash_login" ]; then
72 PR="${HOME}/.bash_login"
73 elif [ -e "${HOME}/.profile" ]; then
74 PR="${HOME}/.profile"
76 PR="${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/r8/tools/
H A Djava2smali.sh8 # This requires a Android checkout in $HOME/android/master with the
16 # in $HOME/smali build by running "gradle build" in that directory.
25 ANDROID_HOME="$HOME/android/master"
26 SMALI_HOME="$HOME/smali"
/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/openssh/regress/
H A Dputty-transfer.sh19 env HOME=$PWD ${PLINK} -load compression_$c -batch \
30 env HOME=$PWD ${PLINK} -load compression_$c \
H A Dputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
H A Dputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 true
/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/chromium-trace/catapult/systrace/atrace_helper/
H A DMakefile5 NDK_HOME ?= $(HOME)/tools/android-ndk-r13b
/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 861 milliseconds

123