Home
last modified time | relevance | path

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

/external/chromium_org/tools/gyp/test/mac/
Dgyptest-bundle-resources.py18 def check_attribs(path, expected_exec_bit): function
50 check_attribs('executable-file.sh', expected_exec_bit=stat.S_IXUSR)
51 check_attribs('secret.txt', expected_exec_bit=0)
/external/chromium_org/tools/gyp/test/copies/
Dgyptest-attribs.py18 def check_attribs(path, expected_exec_bit): function
39 check_attribs('executable-file.sh', expected_exec_bit=stat.S_IXUSR)