OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_bindir
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/third_party/googletest/src/scripts/
gtest-config.in
207
this_bindir
=`cd ${this_relative_bindir}; pwd -P`
208
if test "${
this_bindir
}" = "${
this_bindir
%${bindir}}"; then
211
build_dir=`dirname ${
this_bindir
}`
212
src_dir=`cd ${
this_bindir
}/@top_srcdir@; pwd -P`
/external/chromium/testing/gmock/scripts/
gmock-config.in
209
this_bindir
=`cd ${this_relative_bindir}; pwd -P`
210
if test "${
this_bindir
}" = "${
this_bindir
%${bindir}}"; then
213
build_dir=`dirname ${
this_bindir
}`
214
src_dir=`cd ${
this_bindir
}/@top_srcdir@; pwd -P`
/external/chromium/testing/gtest/scripts/
gtest-config.in
207
this_bindir
=`cd ${this_relative_bindir}; pwd -P`
208
if test "${
this_bindir
}" = "${
this_bindir
%${bindir}}"; then
211
build_dir=`dirname ${
this_bindir
}`
212
src_dir=`cd ${
this_bindir
}/@top_srcdir@; pwd -P`
/external/gtest/scripts/
gtest-config.in
207
this_bindir
=`cd ${this_relative_bindir}; pwd -P`
208
if test "${
this_bindir
}" = "${
this_bindir
%${bindir}}"; then
211
build_dir=`dirname ${
this_bindir
}`
212
src_dir=`cd ${
this_bindir
}/@top_srcdir@; pwd -P`
/external/protobuf/gtest/scripts/
gtest-config.in
207
this_bindir
=`cd ${this_relative_bindir}; pwd -P`
208
if test "${
this_bindir
}" = "${
this_bindir
%${bindir}}"; then
211
build_dir=`dirname ${
this_bindir
}`
212
src_dir=`cd ${
this_bindir
}/@top_srcdir@; pwd -P`
Completed in 532 milliseconds