OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_directory_path
(Results
1 - 3
of
3
) sorted by null
/external/libpng/
ltmain.sh
309
my_directory_path
="$1"
312
if test -n "$
my_directory_path
" && test "$opt_dry_run" != ":"; then
315
case $
my_directory_path
in
316
-*)
my_directory_path
="./$
my_directory_path
" ;;
320
while test ! -d "$
my_directory_path
"; do
323
my_dir_list="$
my_directory_path
:$my_dir_list"
326
case $
my_directory_path
in */*) ;; *) break ;; esac
329
my_directory_path
=`$ECHO "X$
my_directory_path
" | $Xsed -e "$dirname"
[
all
...]
/external/protobuf/gtest/build-aux/
ltmain.sh
309
my_directory_path
="$1"
312
if test -n "$
my_directory_path
" && test "$opt_dry_run" != ":"; then
315
case $
my_directory_path
in
316
-*)
my_directory_path
="./$
my_directory_path
" ;;
320
while test ! -d "$
my_directory_path
"; do
323
my_dir_list="$
my_directory_path
:$my_dir_list"
326
case $
my_directory_path
in */*) ;; *) break ;; esac
329
my_directory_path
=`$ECHO "X$
my_directory_path
" | $Xsed -e "$dirname"
[
all
...]
/external/protobuf/
ltmain.sh
309
my_directory_path
="$1"
312
if test -n "$
my_directory_path
" && test "$opt_dry_run" != ":"; then
315
case $
my_directory_path
in
316
-*)
my_directory_path
="./$
my_directory_path
" ;;
320
while test ! -d "$
my_directory_path
"; do
323
my_dir_list="$
my_directory_path
:$my_dir_list"
326
case $
my_directory_path
in */*) ;; *) break ;; esac
329
my_directory_path
=`$ECHO "X$
my_directory_path
" | $Xsed -e "$dirname"
[
all
...]
Completed in 19 milliseconds