Home
last modified time | relevance | path

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

/art/build/apex/
Dart_apex_test.py222 def get_octal(val, index): function
227 return get_octal(val, 2) & 1 == 1
240 is_dir = get_octal(bits, 4) == 4
241 is_symlink = get_octal(bits, 4) == 2