Searched defs:must_be_executable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/checkperms/
H A Dcheckperms.py244 def must_be_executable(rel_path): function
282 If the file name is matched with must_be_executable() or
302 if must_be_executable(rel_path):
337 if (not must_be_executable(rel_path) and

Completed in 1138 milliseconds