Lines Matching refs:exists
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"):
51 .proto file. Does nothing if the output already exists and is newer than
54 if not require and not os.path.exists(source):
59 if (not os.path.exists(output) or
60 (os.path.exists(source) and
64 if not os.path.exists(source):