Searched refs:fileset (Results 1 – 8 of 8) sorted by relevance
34 public XFileSet (final FileSet fileset) in XFileSet() argument36 super (fileset); in XFileSet()
31 def __init__(self, fileset, filename, filesystem=None): argument33 self._fileset = fileset
24 from webkitpy.common.system.fileset import FileSetFileHandle
28 from webkitpy.common.system.fileset import FileSetFileHandle
51 #define fileset ((dinode_t *)((char *)FSYS_BUF + 8192)) macro117 xad = first_extent (fileset); in di_read()216 0, DISIZE, (char*)fileset)) { in jfs_mount()
86 # iterators, you need to update <fileset id="brkitr" ...> under
2238 interface, and modified the fileset* routines to use the2241 This patch also adds a close() routine to the fileset routines2242 to indicate that the caller is done with the fileset. This2249 * Scripts/webkitpy/common/system/fileset.py:4892 * Scripts/webkitpy/common/system/fileset.py: Make python 2.5 happy.4930 * Scripts/webkitpy/common/system/fileset.py: Added.