Home
last modified time | relevance | path

Searched refs:mount_points (Results 1 – 7 of 7) sorted by relevance

/external/toolchain-utils/
Dtc_enter_chroot.py180 mount_points = []
185 mount_points.append(mount_point)
201 mount_points.append(mount_point)
209 mount_points.append(
213 mount_points += CreateMountPointsFromString(options.other_mounts,
221 mount_points.append(mount_point)
223 for mount_point in mount_points:
278 mount_points = []
280 return mount_points
292 mount_points.append(mount_point)
[all …]
Dbuild_tc.py86 mount_points = []
91 mount_points.append(src_mp)
109 mount_points.append(build_mp)
112 unmount_statuses = [mp.UnMount() == 0 for mp in mount_points]
115 mount_statuses = [mp.DoMount() == 0 for mp in mount_points]
119 mp for mp, status in zip(mount_points, mount_statuses) if status
/external/arm-trusted-firmware/lib/debugfs/
Ddev.c27 static struct mount_point mount_points[NR_MOUNT_POINTS]; variable
200 for (mp = mount_points; mp < &mount_points[NR_MOUNT_POINTS]; mp++) { in mount_point_to_channel()
745 mp = &mount_points[i]; in add_mount_point()
/external/perfetto/protos/perfetto/trace/filesystem/
Dinode_file_map.proto43 repeated string mount_points = 2; field
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py886 self.mount_points = {}
904 self.mount_points = {}
998 if path in self.mount_points:
1001 self.mount_points[path] = {
1012 return self.mount_points[path]
1030 if path in self.mount_points:
1031 return self.mount_points[path]
1034 for root_path in self.mount_points:
1041 return self.mount_points[to_str(mount_path)]
1047 for mount_point in self.mount_points.values():
[all …]
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py649 self.assertEqual(fs.mount_points, self.filesystem.mount_points)
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2850 repeated string mount_points = 2; field