Searched refs:GetInputPath (Results 1 - 16 of 16) sorted by last modified time

/external/chromium_org/tools/grit/grit/format/
H A Dresource_map.py132 return item.GetInputPath().replace("\\", "/")
/external/chromium_org/tools/grit/grit/gather/
H A Dchrome_html.py319 self.grd_node.ToRealPath(self.GetInputPath()),
338 filename = self.GetInputPath()
H A Dchrome_scaled_image.py122 def GetInputPath(self): member in class:ChromeScaledImage
H A Dinterface.py103 def GetInputPath(self): member in class:GathererBase
165 path = self.GetInputPath()
/external/chromium_org/tools/grit/grit/
H A Dgrd_reader.py86 partname = partnode.GetInputPath()
H A Dscons.py139 file = node.ToRealPath(node.GetInputPath())
/external/chromium_org/tools/grit/grit/node/
H A Dbase.py386 def GetInputPath(self): member in class:Node
H A Dinclude.py35 filename = self.ToRealPath(self.GetInputPath())
55 def GetInputPath(self): member in class:IncludeNode
71 return self.ToRealPath(self.GetInputPath())
86 filename = self.ToRealPath(self.GetInputPath())
96 filename = self.ToRealPath(self.GetInputPath())
113 self.ToRealPath(self.GetInputPath()),
H A Dinclude_unittest.py44 self.assertEqual(root.ToRealPath(include_node.GetInputPath()),
68 self.assertEqual(root.ToRealPath(include_node.GetInputPath()),
H A Dio.py45 xtb_file = open(self.ToRealPath(self.GetInputPath()))
53 print "Exception during parsing of %s" % self.GetInputPath()
65 def GetInputPath(self): member in class:FileNode
H A Dio_unittest.py40 self.failUnless(root.ToRealPath(file_node.GetInputPath()) ==
H A Dmisc.py327 input_files.add(node.GetInputPath())
H A Dstructure.py160 filename = self.ToRealPath(self.GetInputPath())
212 def GetInputPath(self): member in class:StructureNode
213 return self.gatherer.GetInputPath()
226 str(type(self.gatherer)), self.GetInputPath())
294 return self.ToRealPath(self.GetInputPath())
H A Dvariant.py40 def GetInputPath(self): member in class:SkeletonNode
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd_unittest.py137 self.assertEqual(us_file[0].GetInputPath(),
142 self.assertEqual(id_file[0].GetInputPath(),
/external/chromium_org/tools/grit/
H A Dgrit_info.py78 files.add(grd.ToRealPath(node.GetInputPath()))
88 files.add(grd.ToRealPath(node.GetInputPath()))
94 node.GetInputPath())))

Completed in 1407 milliseconds