HomeSort by relevance Sort by last modified time
    Searched refs:expected_exec_bit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gyp/test/copies/
gyptest-attribs.py 18 def check_attribs(path, expected_exec_bit):
23 if out_stat.st_mode & stat.S_IXUSR != expected_exec_bit:
39 check_attribs('executable-file.sh', expected_exec_bit=stat.S_IXUSR)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-bundle-resources.py 18 def check_attribs(path, expected_exec_bit):
26 if out_stat.st_mode & stat.S_IXUSR != expected_exec_bit:
50 check_attribs('executable-file.sh', expected_exec_bit=stat.S_IXUSR)
51 check_attribs('secret.txt', expected_exec_bit=0)

Completed in 998 milliseconds