Searched refs:existing_file (Results 1 – 4 of 4) sorted by relevance
19 existing_file = server_job.__file__28 server_job.__file__ = existing_file
77 def load_and_cache(existing_file, fakename, cache_mock): argument78 client_type, client_info = _loadfile(datafile(existing_file))
106 def load_and_cache(existing_file, fakename, cache_mock): argument107 client_type, client_info = _loadfile(datafile(existing_file))
3284 static bool ExistingFileMatchesProto(const FileDescriptor* existing_file, in ExistingFileMatchesProto() argument3287 existing_file->CopyTo(&existing_proto); in ExistingFileMatchesProto()3300 const FileDescriptor* existing_file = tables_->FindFile(filename_); in BuildFile() local3301 if (existing_file != NULL) { in BuildFile()3303 if (ExistingFileMatchesProto(existing_file, proto)) { in BuildFile()3305 return existing_file; in BuildFile()