Home
last modified time | relevance | path

Searched refs:mount_point (Results 1 – 2 of 2) sorted by relevance

/build/tools/releasetools/
Dedify_generator.py134 def Mount(self, mount_point): argument
138 p = fstab[mount_point]
141 p.device, p.mount_point))
142 self.mounts.add(p.mount_point)
192 def WriteRawImage(self, mount_point, fn): argument
198 p = fstab[mount_point]
Dcommon.py166 p.mount_point = pieces[0]
188 print "%s: unknown option \"%s\"" % (p.mount_point, i)
190 d[p.mount_point] = p
386 mount_point = "/" + target
389 if mount_point == "/userdata": mount_point = "/data"
390 p = info_dict["fstab"][mount_point]
818 def GetTypeAndDevice(mount_point, info): argument
821 return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device