OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_DIR
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
uninstall_host.sh
10
TARGET_DIR
="/Library/Google/Chrome/NativeMessagingHosts"
12
TARGET_DIR
=\
17
TARGET_DIR
="/etc/opt/chrome/native-messaging-hosts"
19
TARGET_DIR
='$HOME/.config/google-chrome/NativeMessagingHosts'
24
rm $
TARGET_DIR
/com.google.chrome.example.echo.json
install_host.sh
11
TARGET_DIR
="/Library/Google/Chrome/NativeMessagingHosts"
13
TARGET_DIR
=\
18
TARGET_DIR
="/etc/opt/chrome/native-messaging-hosts"
20
TARGET_DIR
="$HOME/.config/google-chrome/NativeMessagingHosts"
27
mkdir -p $
TARGET_DIR
30
cp $DIR/$HOST_NAME.json $
TARGET_DIR
35
sed -i -e "s/HOST_PATH/$ESCAPED_HOST_PATH/" $
TARGET_DIR
/$HOST_NAME.json
38
chmod o+r $
TARGET_DIR
/$HOST_NAME.json
/external/lldb/scripts/
finish-swig-wrapper-classes.sh
17
#
TARGET_DIR
is where the lldb framework/shared library gets put.
26
TARGET_DIR
=$2
91
./finish-swig-${curlang}-LLDB.sh $SRC_ROOT $
TARGET_DIR
$CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag}" "${makefile_flag}"
build-swig-wrapper-classes.sh
17
#
TARGET_DIR
is where the lldb framework/shared library gets put.
26
TARGET_DIR
=$2
147
./build-swig-${curlang}.sh "$SRC_ROOT" "$
TARGET_DIR
" "$CONFIG_BUILD_DIR" "${PREFIX}" "${debug_flag}" "${SWIG}" "${makefile_flag}" "${dependency_flag}" || exit $?
/external/lldb/scripts/Python/
finish-swig-Python-LLDB.sh
22
#
TARGET_DIR
is where the lldb framework/shared library gets put.
31
TARGET_DIR
=$2
82
if [ ! -d "${
TARGET_DIR
}/LLDB.framework" ]
89
echo "Found ${
TARGET_DIR
}/LLDB.framework."
95
framework_python_dir="${
TARGET_DIR
}/LLDB.framework/Resources/Python/lldb"
build-swig-Python.sh
6
#
TARGET_DIR
is where the lldb framework/shared library gets put.
15
TARGET_DIR
=$2
29
swig_depend_file="${
TARGET_DIR
}/LLDBWrapPython.cpp.d"
43
swig_output_file=${
TARGET_DIR
}/LLDBWrapPython.cpp
301
framework_python_dir="${
TARGET_DIR
}/LLDB.framework/Resources/Python/lldb"
367
python ${current_dir}/edit-swig-python-wrapper-file.py "${
TARGET_DIR
}"
Completed in 4337 milliseconds