Lines Matching refs:os
13 import os
19 if os.path.exists("../src/protoc"):
21 elif os.path.exists("../src/protoc.exe"):
33 if not os.path.exists(source):
37 if (not os.path.exists(output) or
38 (os.path.exists(source) and
39 os.path.getmtime(source) > os.path.getmtime(output))):
90 for (dirpath, dirnames, filenames) in os.walk("."):
92 filepath = os.path.join(dirpath, filename)
94 os.remove(filepath)