OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findbugs_home
(Results
26 - 30
of
30
) sorted by null
1
2
/external/owasp/sanitizer/tools/findbugs/bin/
xpathFind
21
# normally be "$
findbugs_home
/bin").
23
findbugs_home
="$dir/.."
26
if [ -d "$
findbugs_home
/share/findbugs" ]; then
27
findbugs_home
="$
findbugs_home
/share/findbugs"
31
findbugs_home
=`cd "$
findbugs_home
" && pwd`
38
findbugs_home
=`cygpath --mixed "$
findbugs_home
"`
46
if [ ! -d "$
findbugs_home
" ]; the
[
all
...]
findbugs2
26
# normally be "$
findbugs_home
/bin").
28
findbugs_home
="$dir/.."
31
if [ -d "$
findbugs_home
/share/findbugs" ]; then
32
findbugs_home
="$
findbugs_home
/share/findbugs"
36
findbugs_home
=`cd "$
findbugs_home
" && pwd`
43
findbugs_home
=`cygpath --mixed "$
findbugs_home
"`
51
if [ ! -d "$
findbugs_home
" ]; the
[
all
...]
fb
27
# normally be "$
findbugs_home
/bin").
29
findbugs_home
="$dir/.."
32
if [ -d "$
findbugs_home
/share/findbugs" ]; then
33
findbugs_home
="$
findbugs_home
/share/findbugs"
37
findbugs_home
=`cd "$
findbugs_home
" && pwd`
44
findbugs_home
=`cygpath --mixed "$
findbugs_home
"`
52
if [ ! -d "$
findbugs_home
" ]; the
[
all
...]
findbugs
27
# normally be "$
findbugs_home
/bin").
29
findbugs_home
="$dir/.."
32
if [ -d "$
findbugs_home
/share/findbugs" ]; then
33
findbugs_home
="$
findbugs_home
/share/findbugs"
37
findbugs_home
=`cd "$
findbugs_home
" && pwd`
44
findbugs_home
=`cygpath --mixed "$
findbugs_home
"`
52
if [ ! -d "$
findbugs_home
" ]; the
[
all
...]
/external/chromium_org/build/android/pylib/utils/
findbugs.py
115
findbugs_home
= os.path.join(chrome_src, 'third_party', 'findbugs')
116
findbugs_jar = os.path.join(
findbugs_home
, 'lib', 'findbugs.jar')
123
cmd = '%s -Dfindbugs.home="%s" ' % (cmd,
findbugs_home
)
Completed in 83 milliseconds
1
2