Home
last modified time | relevance | path

Searched refs:_pathname (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/tools/binman/etype/
Dblob.py19 self._pathname = tools.GetInputFilename(self._filename)
24 with open(self._pathname) as fd:
Du_boot_ucode.py83 self._pathname = fname
Du_boot_dtb_with_ucode.py71 self._pathname = fname
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c822 char *_pathname(struct dir_ent *dir_ent, char *pathname, int *size) in _pathname() function
862 return pathname = _pathname(dir_ent, pathname, &size); in pathname()
874 return pathname = _pathname(dir_ent, pathname, &size); in pathname_reader()