Searched refs:existing_file (Results 1 – 4 of 4) sorted by relevance
22 existing_file = server_job.__file__31 server_job.__file__ = existing_file
56 def load_and_cache(existing_file, fakename, cache_mock): argument57 client_type, client_info = clientsecrets._loadfile(datafile(existing_file))
4199 static bool ExistingFileMatchesProto(const FileDescriptor* existing_file, in ExistingFileMatchesProto() argument4202 existing_file->CopyTo(&existing_proto); in ExistingFileMatchesProto()4205 if (existing_file->syntax() == FileDescriptor::SYNTAX_PROTO2 && in ExistingFileMatchesProto()4208 existing_file->SyntaxName(existing_file->syntax())); in ExistingFileMatchesProto()4223 const FileDescriptor* existing_file = tables_->FindFile(filename_); in BuildFile() local4224 if (existing_file != nullptr) { in BuildFile()4226 if (ExistingFileMatchesProto(existing_file, proto)) { in BuildFile()4228 return existing_file; in BuildFile()
75 def load_and_cache(existing_file, fakename, cache_mock): argument76 client_type, client_info = clientsecrets._loadfile(datafile(existing_file))