OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:echo_ldflags
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gmock/scripts/
gmock-config.in
185
--ldflags)
echo_ldflags
=yes;;
282
test "$
echo_ldflags
" = "yes" && show_usage && exit 1
299
test "$
echo_ldflags
" = "yes" && output="$output $gmock_ldflags"
/external/chromium/testing/gtest/scripts/
gtest-config.in
185
--ldflags)
echo_ldflags
=yes;;
253
test "$
echo_ldflags
" = "yes" && show_usage && exit 1
270
test "$
echo_ldflags
" = "yes" && output="$output $gtest_ldflags"
/external/gtest/scripts/
gtest-config.in
185
--ldflags)
echo_ldflags
=yes;;
253
test "$
echo_ldflags
" = "yes" && show_usage && exit 1
270
test "$
echo_ldflags
" = "yes" && output="$output $gtest_ldflags"
/external/protobuf/gtest/scripts/
gtest-config.in
185
--ldflags)
echo_ldflags
=yes;;
253
test "$
echo_ldflags
" = "yes" && show_usage && exit 1
270
test "$
echo_ldflags
" = "yes" && output="$output $gtest_ldflags"
Completed in 28 milliseconds