Searched refs:existing_file (Results 1 – 4 of 4) sorted by relevance
22 existing_file = server_job.__file__31 server_job.__file__ = existing_file
3781 static bool ExistingFileMatchesProto(const FileDescriptor* existing_file, in ExistingFileMatchesProto() argument3784 existing_file->CopyTo(&existing_proto); in ExistingFileMatchesProto()3787 if (existing_file->syntax() == FileDescriptor::SYNTAX_PROTO2 && in ExistingFileMatchesProto()3790 existing_file->SyntaxName(existing_file->syntax())); in ExistingFileMatchesProto()3805 const FileDescriptor* existing_file = tables_->FindFile(filename_); in BuildFile() local3806 if (existing_file != NULL) { in BuildFile()3808 if (ExistingFileMatchesProto(existing_file, proto)) { in BuildFile()3810 return existing_file; in BuildFile()
56 def load_and_cache(existing_file, fakename, cache_mock): argument57 client_type, client_info = clientsecrets._loadfile(datafile(existing_file))
75 def load_and_cache(existing_file, fakename, cache_mock): argument76 client_type, client_info = clientsecrets._loadfile(datafile(existing_file))