OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fb_osname
(Results
26 - 29
of
29
) sorted by null
1
2
/external/owasp/sanitizer/tools/findbugs/bin/
xpathFind
36
fb_osname
=`uname`
37
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
42
if [ "${
fb_osname
}" = "Windows_NT" ]; then
56
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
findbugs2
41
fb_osname
=`uname`
42
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
47
if [ "${
fb_osname
}" = "Windows_NT" ]; then
61
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
162
if [ $
fb_osname
= "Darwin" ]; then
fb
42
fb_osname
=`uname`
43
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
48
if [ "${
fb_osname
}" = "Windows_NT" ]; then
62
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
176
if [ $
fb_osname
= "Darwin" ]; then
findbugs
42
fb_osname
=`uname`
43
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
48
if [ "${
fb_osname
}" = "Windows_NT" ]; then
62
if [ `expr "$
fb_osname
" : CYGWIN` -ne 0 ]; then
183
if [ $
fb_osname
= "Darwin" ]; then
Completed in 646 milliseconds
1
2