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 379 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor)
414 mDiskMinor = new_minor;
422 mPartIdx = new_minor;
423 mPartMinors[new_minor-1] = new_minor;
Volume.cpp 351 int new_major, new_minor; local
361 &new_major, &new_minor)) {
371 new_major, new_minor);
372 if (createDeviceNode(nodepath, new_major, new_minor)) {
379 updateDeviceInfo(nodepath, new_major, new_minor);
cryptfs.c 940 int *new_major, int *new_minor)
968 *new_minor = MINOR(statbuf.st_rdev);
    [all...]

Completed in 199 milliseconds