Searched refs:squashfsdir (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc-tools/rootfs_size/ |
H A D | rootfs_size.py | 62 squashfsdir, 85 filepath.replace(squashfsdir, ""), 92 squashfsdir = os.path.join(tempsquashfsdir, "squashfs-root") variable 94 command = ["unsquashfs", "-d", squashfsdir, SQUASHFS] 99 for root, dirs, files in os.walk(squashfsdir): 105 os.path.relpath(filepath, squashfsdir)
|