OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOME
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/openssl/crypto/conf/
ssleay.cnf
29
cert_dir = $ENV::
HOME
/.ca_certs
31
HOME
= /tmp/eay
33
tmp_cert_dir = $
HOME
/.ca_certs
34
tmp2_cert_dir = thisis$(
HOME
)stuff
36
LOGNAME = Eric Young (
home
=$
HOME
)
40
H=$
HOME
41
H=$default::
HOME
42
H=$ENV::
HOME
48
RANDFILE = $
HOME
/.ran
[
all
...]
/sdk/eclipse/scripts/
build_update_site.sh
11
# - calls buildserver with /
home
/$USER/www/no_crawl and -z
29
DEST_DIR="$
HOME
"
30
[ -z "$DEST_DIR" ] && [ -n "$USER" ] && DEST_DIR="/
home
/$USER"
/sdk/chimpchat/src/com/android/chimpchat/core/
PhysicalButton.java
19
HOME
("KEYCODE_HOME"),
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/log/
run
25
: ${buildbot_user:=${
HOME
}}
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/log/
run
25
: ${buildbot_user:=${
HOME
}}
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/log/
run
25
: ${buildbot_user:=${
HOME
}}
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
run
70
HOME
="/
home
/${buildbot_user}" \
/frameworks/base/tests/backup/
backup_stress_test.sh
20
LOGDIR="$
HOME
/backup_tests"
/external/protobuf/examples/
add_person.py
25
type = raw_input("Is this a mobile,
home
, or work phone? ")
28
elif type == "
home
":
29
phone_number.type = addressbook_pb2.Person.
HOME
list_people.py
19
elif phone_number.type == addressbook_pb2.Person.
HOME
:
20
print "
Home
phone #:",
ListPeople.java
24
case
HOME
:
25
System.out.print("
Home
phone #: ");
add_person.cc
38
cout << "Is this a mobile,
home
, or work phone? ";
43
} else if (type == "
home
") {
44
phone_number->set_type(tutorial::Person::
HOME
);
list_people.cc
27
case tutorial::Person::
HOME
:
28
cout << "
Home
phone #: ";
/external/valgrind/tsan/
tsan_dynamorio.sh
3
DYNAMORIO_ROOT=${DYNAMORIO_ROOT:=$
HOME
/DynamoRIO}
tsan_pin.sh
3
PIN_ROOT=${PIN_ROOT:-$
HOME
/pin}
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/
run
72
HOME
="/
home
/${buildbot_user}" \
/external/chromium/build/
install-chroot.sh
76
mkdir -p "$
HOME
/chroot/"
207
echo "$
HOME
/chroot/.${target} $
HOME
/chroot none rw,bind 0 0" |
209
mkdir -p "$
HOME
/chroot/.${target}"
322
Your
home
directory is shared between the host and the chroot. But I configured
323
$
HOME
/chroot to be private to the chroot environment. You can use it
/development/tools/emulator/opengl/tests/emulator_test_renderer/
main.cpp
213
EE(
HOME
,
HOME
)
/external/llvm/utils/crosstool/ARM/
build-install-linux.sh
23
readonly CODE_SOURCERY_PKG_PATH="${CODE_SOURCERY_PKG_PATH:-${
HOME
}/codesourcery}"
36
readonly LLVM_PKG_PATH="${LLVM_PKG_PATH:-${
HOME
}/llvm-project/snapshots}"
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug
117
elif [ -f $
HOME
/.fullname ]; then
118
ORIGINATOR="`sed -e '1q' $
HOME
/.fullname`"
134
elif [ -f $
HOME
/.organization ]; then
135
ORGANIZATION="`cat $
HOME
/.organization`"
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug
116
elif [ -f $
HOME
/.fullname ]; then
117
ORIGINATOR="`sed -e '1q' $
HOME
/.fullname`"
133
elif [ -f $
HOME
/.organization ]; then
134
ORGANIZATION="`cat $
HOME
/.organization`"
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug
116
elif [ -f $
HOME
/.fullname ]; then
117
ORIGINATOR="`sed -e '1q' $
HOME
/.fullname`"
133
elif [ -f $
HOME
/.organization ]; then
134
ORGANIZATION="`cat $
HOME
/.organization`"
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug
116
elif [ -f $
HOME
/.fullname ]; then
117
ORIGINATOR="`sed -e '1q' $
HOME
/.fullname`"
133
elif [ -f $
HOME
/.organization ]; then
134
ORGANIZATION="`cat $
HOME
/.organization`"
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-gccbug
116
elif [ -f $
HOME
/.fullname ]; then
117
ORIGINATOR="`sed -e '1q' $
HOME
/.fullname`"
133
elif [ -f $
HOME
/.organization ]; then
134
ORGANIZATION="`cat $
HOME
/.organization`"
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug
117
elif [ -f $
HOME
/.fullname ]; then
118
ORIGINATOR="`sed -e '1q' $
HOME
/.fullname`"
134
elif [ -f $
HOME
/.organization ]; then
135
ORGANIZATION="`cat $
HOME
/.organization`"
Completed in 212 milliseconds
1
2
3