OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectorSize
(Results
1 - 8
of
8
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
BlockDevice.java
79
public int
getSectorSize
() throws IOException;
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java
189
final int sectorSize = device.
getSectorSize
();
219
device.
getSectorSize
(), totalSectors);
272
final int bps = device.
getSectorSize
();
396
final long sectors = device.getSize() / device.
getSectorSize
();
401
return sectorsPerCluster32FromSize(device.getSize(), device.
getSectorSize
());
431
int sectorSize = device.
getSectorSize
();
437
int sectorSize = device.
getSectorSize
();
BootSector.java
91
(device.
getSectorSize
() - 1)) / device.
getSectorSize
();
154
setBytesPerSector(getDevice().
getSectorSize
());
155
setSectorCount(getDevice().getSize() / getDevice().
getSectorSize
());
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java
150
public int
getSectorSize
() {
RamDisk.java
168
public int
getSectorSize
() {
/prebuilts/devtools/tools/lib/
fat32lib.jar
/external/chromium_org/third_party/sqlite/src/src/
os_win.c
124
static int
getSectorSize
(
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 212 milliseconds