OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAsec
(Results
1 - 3
of
3
) sorted by null
/system/vold/
VolumeManager.h
92
int
createAsec
(const char *id, unsigned numSectors, const char *fstype,
CommandListener.cpp
345
rc = vm->
createAsec
(argv[2], numSectors, argv[4], argv[5], atoi(argv[6]), isExternal);
VolumeManager.cpp
268
int VolumeManager::
createAsec
(const char *id, unsigned int numSectors, const char *fstype,
274
SLOGE("
createAsec
: Invalid asec id \"%s\"", id);
[
all
...]
Completed in 27 milliseconds