Home
last modified time | relevance | path

Searched refs:get_octal (Results 1 – 1 of 1) sorted by relevance

/art/build/apex/
Dart_apex_test.py173 def get_octal(val, index): function
178 return get_octal(val, 2) & 1 == 1
191 is_dir = get_octal(bits, 4) == 4
192 is_symlink = get_octal(bits, 4) == 2