OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_MINOR
(Results
1 - 2
of
2
) sorted by null
/ndk/build/tools/
common-build-host-funcs.sh
297
local A_MAJOR A_MINOR B_MAJOR
B_MINOR
310
B_MINOR
=$(bh_extract_minor_version $2)
312
if [ $A_MINOR -lt $
B_MINOR
]; then
build-host-gcc.sh
416
local A_MAJOR A_MINOR B_MAJOR
B_MINOR
429
B_MINOR
=$(extract_minor_version $2)
431
if [ $A_MINOR -lt $
B_MINOR
]; then
[
all
...]
Completed in 33 milliseconds