OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isEofCluster
(Results
1 - 3
of
3
) sorted by null
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java
159
boolean
isEofCluster
(long entry) {
Fat.java
238
while (!
isEofCluster
(entries[(int) cluster])) {
247
while (!
isEofCluster
(entries[(int) cluster])) {
263
if (
isEofCluster
(entry)) {
372
while (!
isEofCluster
(entries[(int) cluster])) {
446
protected boolean
isEofCluster
(long entry) {
447
return fatType.
isEofCluster
(entry);
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 1278 milliseconds