Searched refs:getfile (Results 1 – 12 of 12) sorted by relevance
76 getfile = FileEntry()78 getfile.profile_data = db.Blob(f1)79 getfile.data_md5 = md5.new(f1).hexdigest()80 getfile.board = self.request.get('board')81 getfile.chromeos_version = self.request.get('chromeos_version')82 getfile.put()83 self.response.out.write(getfile.key())
259 $getfile{$1}="$source:$linenum";264 $getfile{$1}="$source:$linenum";267 $getfile{$2}="$source:$linenum";272 $getfile{$1}="$source:$linenum";376 print "Open file descriptor created at ".$getfile{$_}."\n";
6 mtp_connect_SOURCES=connect.c connect.h delfile.c getfile.c newfolder.c \31 ln -f -s mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-getfile$(EXEEXT)
397 def getfile(object): function443 filename = getfile(object)465 _filename = getsourcefile(object) or getfile(object)525 file = getfile(object)1008 filename = getsourcefile(frame) or getfile(frame)
352 fp = h.getfile()445 fp = h.getfile()
1182 def getfile(self): member in HTTP
896 file = inspect.getsourcefile(obj) or inspect.getfile(obj)
303 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
409 .. function:: getfile(object)
442 * examples/getfile.c: dito.1934 * examples/getfile.c: LGPL boilerplate, crediting me and Chris.1966 * examples/getfile.c: dito.2601 * examples/getfile.c: some display bar cosmetic fixup.
492 --getfile [source] [destination]
677 sys.stdout.write(httpobj.getfile().read())