Searched refs:pathname (Results 1 – 12 of 12) sorted by relevance
| /tools/binman/etype/ |
| A D | blob_ext_list.py | 41 pathname = tools.get_input_filename( 44 if not pathname: 46 pathnames.append(pathname) 55 for pathname in pathnames: 56 data += self.ReadFileContents(pathname)
|
| A D | blob.py | 67 def ReadFileContents(self, pathname): argument 86 indata = tools.read_file(pathname)
|
| /tools/u_boot_pylib/ |
| A D | tools.py | 160 pathname = os.path.join(dirname, fname) 161 if os.path.exists(pathname): 162 return pathname 182 pathname = os.path.join(dirname, pattern) 183 files += glob.glob(pathname) 467 pathname = os.path.join(path, os.path.basename(fname)) 468 if os.path.exists(pathname): 469 return pathname
|
| /tools/binman/ |
| A D | state.py | 138 pathname = GetFdtPath(etype) 142 pathname = tools.get_input_filename(fname) 143 data = tools.read_file(pathname) 144 return pathname, data
|
| A D | image.py | 206 pathname = tools.get_output_filename(fname) 208 tools.write_file(pathname, data)
|
| A D | bintool.py | 121 def set_tool_dir(cls, pathname): argument 123 cls.tooldir = pathname
|
| A D | cbfs_util_test.py | 74 pathname = os.path.join(cls._indir, fname) 75 tools.write_file(pathname, contents) 76 return pathname
|
| A D | ftest.py | 634 pathname = os.path.join(cls._indir, fname) 635 dirname = os.path.dirname(pathname) 638 with open(pathname, 'wb') as fd: 640 return pathname 652 pathname = os.path.join(cls._indir, dirname) 653 if not os.path.exists(pathname): 654 os.makedirs(pathname) 655 return pathname 2153 pathname) 3938 os.remove(pathname) [all …]
|
| /tools/dtoc/ |
| A D | test_src_scan.py | 114 pathname = os.path.join(indir, fname) 115 dirname = os.path.dirname(pathname) 117 tools.write_file(pathname, '', binary=False) 118 fname_list.append(pathname)
|
| A D | src_scan.py | 674 pathname = dirpath + '/' + fname 676 self.scan_driver(pathname) 678 self.scan_header(pathname)
|
| A D | dtb_platdata.py | 233 pathname = os.path.join(dirname, fname) 236 self._outfile = open(pathname, 'w')
|
| /tools/buildman/ |
| A D | toolchain.py | 373 pathname = os.path.join(path, fname) 374 if os.path.exists(pathname): 375 pathname_list.append(pathname)
|
Completed in 51 milliseconds