OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBCOMPILER_RT_LIBS
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android
191
LIBCOMPILER_RT_LIBS
=$(cd "$LIBCXX_ROOT"/../../../android/compiler-rt && pwd)/libs/$TARGET_ABI
199
if [ ! -f "$
LIBCOMPILER_RT_LIBS
/$LIB" ]; then
200
echo "ERROR: Missing prebuilt library: $
LIBCOMPILER_RT_LIBS
/$LIB"
360
run2 $ADB push $
LIBCOMPILER_RT_LIBS
/libcompiler_rt_shared.so $TARGET_PATH 2>/dev/null
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android
187
LIBCOMPILER_RT_LIBS
=$(cd "$LIBCXX_ROOT"/../../../android/compiler-rt && pwd)/libs/$TARGET_ABI
190
if [ ! -f "$
LIBCOMPILER_RT_LIBS
/$LIB" ]; then
191
echo "ERROR: Missing prebuilt library: $
LIBCOMPILER_RT_LIBS
/$LIB"
370
run2 $ADB push $
LIBCOMPILER_RT_LIBS
/libcompiler_rt_shared.so $TARGET_PATH 2>/dev/null
Completed in 38 milliseconds