Lines Matching refs:os
17 import os22 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,23 os.pardir, os.pardir, os.pardir, "build"))251 flags = os.O_WRONLY | os.O_CREAT | os.O_TRUNC253 with os.fdopen(os.open(options.output, flags, modes), 'w') as f: