Searched refs:getfile (Results 1 – 25 of 36) sorted by relevance
12
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())
262 $getfile{$1}="$source:$linenum";268 $getfile{$1}="$source:$linenum";271 $getfile{$2}="$source:$linenum";276 $getfile{$1}="$source:$linenum";388 print "Open file descriptor created at ".$getfile{$_}."\n";
57 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))116 data_files_path = _os.path.dirname(_inspect.getfile(_sys._getframe(1)))
77 os.path.basename(tf_inspect.getfile(first_frame)))
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)
40 script_dir = os.path.dirname(tf_inspect.getfile(tf_inspect.currentframe()))
1673 path = os.path.relpath(path=tf_inspect.getfile(py_object),
304 def getfile(object): # pylint: disable=redefined-builtin function315 return _inspect.getfile(unwrapped_object)
500 self.assertTrue('tf_inspect_test.py' in tf_inspect.getfile(502 self.assertTrue('tf_decorator.py' in tf_inspect.getfile(
397 def getfile(object): function443 filename = getfile(object)465 _filename = getsourcefile(object) or getfile(object)525 file = getfile(object)1018 filename = getsourcefile(frame) or getfile(frame)
352 fp = h.getfile()445 fp = h.getfile()
1182 def getfile(self): member in HTTP
31 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
37 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
25 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
86 _current_file_location = _inspect.getfile(_inspect.currentframe())
100 _current_file_location = _inspect.getfile(_inspect.currentframe())
90 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
134 …comp = Popen(["gcc", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
83 …comp = Popen(["gcc", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
91 tf_inspect.getfile(tf_inspect.currentframe()))227 tf_inspect.getfile(tf_inspect.currentframe()))
642 def getfile(object): function684 filename = getfile(object)708 _filename = getsourcefile(object) or getfile(object)773 file = getfile(object)1460 filename = getsourcefile(frame) or getfile(frame)
641 module_file = inspect.getfile(module_attribute)
205 __file__ = inspect.getfile(inspect.currentframe())
304 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)