OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fat
(Results
1 - 5
of
5
) sorted by null
/system/vold/
Fat.h
22
class
Fat
{
Fat.cpp
41
#include "
Fat
.h"
48
int
Fat
::check(const char *fsPath) {
73
SLOGE("Filesystem check failed (not a
FAT
filesystem)");
97
int
Fat
::doMount(const char *fsPath, const char *mountPoint,
154
int
Fat
::format(const char *fsPath, unsigned int numSectors) {
Android.mk
13
Fat
.cpp \
Volume.cpp
46
#include "
Fat
.h"
250
if (
Fat
::format(devicePath, 0)) {
397
if (
Fat
::check(devicePath)) {
399
SLOGW("%s does not contain a
FAT
filesystem\n", devicePath);
424
if (
Fat
::doMount(devicePath, "/mnt/secure/staging", false, false, false,
VolumeManager.cpp
40
#include "
Fat
.h"
344
if (strcmp(fstype, "
fat
")) {
348
if (
Fat
::format(dmDevice, numImgSectors)) {
349
SLOGE("ASEC
FAT
format failed (%s)", strerror(errno));
372
if (
Fat
::doMount(dmDevice, mountPoint, false, false, false, ownerUid,
374
SLOGE("ASEC
FAT
mount failed (%s)", strerror(errno));
410
if (
Fat
::doMount(loopDevice, mountPoint, true, true, true, 0, 0, 0227, false)) {
721
if (
Fat
::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0,
826
if (
Fat
::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0,
[
all
...]
Completed in 210 milliseconds