Home
last modified time | relevance | path

Searched refs:GetInputPath (Results 1 – 16 of 16) sorted by relevance

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