Searched refs:isExternal (Results 1 - 3 of 3) sorted by path

/system/vold/
H A DCommandListener.cpp322 "<isExternal>", false);
327 const bool isExternal = (atoi(argv[7]) == 1); local
328 rc = vm->createAsec(argv[2], numSectors, argv[4], argv[5], atoi(argv[6]), isExternal);
H A DVolumeManager.cpp241 const char *key, const int ownerUid, bool isExternal) {
282 const char *asecDir = isExternal ? Volume::SEC_ASECDIR_EXT : Volume::SEC_ASECDIR_INT;
240 createAsec(const char *id, unsigned int numSectors, const char *fstype, const char *key, const int ownerUid, bool isExternal) argument
H A DVolumeManager.h93 const char *key, const int ownerUid, bool isExternal);

Completed in 26 milliseconds