OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mountdata
(Results
1 - 1
of
1
) sorted by null
/system/vold/
Fat.cpp
102
char
mountData
[255];
124
sprintf(
mountData
,
128
rc = mount(fsPath, mountPoint, "vfat", flags,
mountData
);
133
rc = mount(fsPath, mountPoint, "vfat", flags,
mountData
);
Completed in 39 milliseconds