OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pattern_match
(Results
1 - 3
of
3
) sorted by null
/ndk/build/core/
ndk-common.sh
462
pattern_match
()
function
494
if
pattern_match
'^no ' "$PROG"; then
515
if
pattern_match
"^(http|https|ftp):.*" "$1"; then
530
if
pattern_match
"^(ssh|[^:]+):.*" "$1"; then
544
if
pattern_match
"^(file://|/).*" "$1"; then
/ndk/build/tools/
rebuild-all-prebuilt.sh
116
if
pattern_match
'\.tar\.gz$' "$OPTION_TOOLCHAIN_SRC_PKG"; then
119
if
pattern_match
'\.tar\.bz2$' "$OPTION_TOOLCHAIN_SRC_PKG"; then
/ndk/
ndk-gdb
423
if
pattern_match
"No such file or directory" "$DEVICE_GDBSERVER" ] ; then
Completed in 71 milliseconds