OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_cluster
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/
fat16copy.py
168
def add_dentry(self, attributes, shortname, ext, longname,
first_cluster
,
177
first_cluster
: The first cluster in the cluster chain holding the contents
182
longname,
first_cluster
, size)
285
first_cluster
, size):
295
first_cluster
: The first cluster in the cluster chain backing the file
304
self.
first_cluster
=
first_cluster
319
" bytes @ " + str(self.
first_cluster
) + ")"
328
return fat_file(self.fs, self.
first_cluster
, self.size)
333
return fat_dir(fat_file(self.fs, self.
first_cluster
))
[
all
...]
/external/syslinux/core/fs/fat/
fat_fs.h
130
uint16_t
first_cluster
;
member in struct:fat_long_name_entry
Completed in 81 milliseconds