Searched refs:do_chmod (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py1448 def do_chmod(fname): function in function:TestCmd.readable
1453 def do_chmod(fname): function in function:TestCmd.readable
1460 do_chmod(top)
1468 do_chmod(top)
1470 def chmod_entries(arg, dirname, names, do_chmod=do_chmod):
1472 do_chmod(os.path.join(dirname, n))
1487 for d in col.entries: do_chmod(d)
1497 def do_chmod(fname): function in function:TestCmd.writable
1501 def do_chmod(fnam function in function:TestCmd.writable
1508 def do_chmod(fname): function in function:TestCmd.writable
1513 def do_chmod(fname): function in function:TestCmd.writable
1537 def do_chmod(fname): function in function:TestCmd.executable
1542 def do_chmod(fname): function in function:TestCmd.executable
[all...]

Completed in 112 milliseconds