OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_attribs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gyp/test/mac/
gyptest-bundle-resources.py
18
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/
gyptest-attribs.py
18
def
check_attribs
(path, expected_exec_bit):
function
39
check_attribs
('executable-file.sh', expected_exec_bit=stat.S_IXUSR)
Completed in 517 milliseconds