HomeSort by relevance Sort by last modified time
    Searched refs:this_bindir (Results 1 - 4 of 4) sorted by null

  /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 362 milliseconds