Home
last modified time | relevance | path

Searched defs:arch_ext (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/sdk/find_java/
H A Dfind_java.bat33 | %sys_32%\find /i "x86" > NUL && set arch_ext=32|| set arch_ext=64 variable
38 if "%PROCESSOR_ARCHITECTURE%" == "x86" (set arch_ext=32) else (set arch_ext=64) variable