HomeSort by relevance Sort by last modified time
    Searched refs:new_minor (Results 1 - 6 of 6) sorted by null

  /system/vold/
cryptfs.h 84 int *new_major, int *new_minor);
DirectVolume.h 60 int updateDeviceInfo(char *new_path, int new_major, int new_minor);
Volume.h 89 virtual int updateDeviceInfo(char *new_path, int new_major, int new_minor) = 0;
DirectVolume.cpp 371 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor)
406 mDiskMinor = new_minor;
414 mPartIdx = new_minor;
415 mPartMinors[new_minor-1] = new_minor;
Volume.cpp 352 int new_major, new_minor; local
362 &new_major, &new_minor)) {
372 new_major, new_minor);
373 if (createDeviceNode(nodepath, new_major, new_minor)) {
380 updateDeviceInfo(nodepath, new_major, new_minor);
cryptfs.c 863 int *new_major, int *new_minor)
891 *new_minor = MINOR(statbuf.st_rdev);
    [all...]

Completed in 35 milliseconds