Lines Matching refs:path
23 if 'PROTOC' in os.environ and os.path.exists(os.environ['PROTOC']):
25 elif os.path.exists("../src/protoc"):
27 elif os.path.exists("../src/protoc.exe"):
29 elif os.path.exists("../vsprojects/Debug/protoc.exe"):
31 elif os.path.exists("../vsprojects/Release/protoc.exe"):
43 with open(os.path.join('google', 'protobuf', '__init__.py')) as version_file:
54 if not require and not os.path.exists(source):
59 if (not os.path.exists(output) or
60 (os.path.exists(source) and
61 os.path.getmtime(source) > os.path.getmtime(output))):
64 if not os.path.exists(source):
120 filepath = os.path.join(dirpath, filename)