Home
last modified time | relevance | path

Searched refs:inodetype (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py481 inodetype = Target_File.ITYPE_DIRECTORY)
498 … self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Target_File.IT…
503 inodetype = Target_File.ITYPE_DIRECTORY,
516 inodetype = Target_File.ITYPE_REGULAR
518 inodetype = Target_File.ITYPE_BLOCK
520 inodetype = Target_File.ITYPE_CHARACTER
522 inodetype = Target_File.ITYPE_FIFO
528 inodetype = inodetype,
532 … self._cached_get(Target_File, target = target_obj, path = parent_path, inodetype = Target_File.IT…
562 …parent_obj = Target_File.objects.get(target = target_obj, path = parent_path, inodetype = Target_F…
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py710 if o.inodetype == Target_File.ITYPE_DIRECTORY:
737 entry['permission'] = node_str[o.inodetype] + o.permission
739 entry['permission'] = node_str[o.inodetype] + o.permission
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1012 inodetype = models.IntegerField(choices = ITYPES) variable in Target_File