Searched refs:new_major (Results 1 – 6 of 6) sorted by relevance
/system/vold/ |
D | Volume.cpp | 377 int new_major, new_minor; in mountVol() local 387 &new_major, &new_minor)) { in mountVol() 397 new_major, new_minor); in mountVol() 398 if (createDeviceNode(nodepath, new_major, new_minor)) { in mountVol() 405 updateDeviceInfo(nodepath, new_major, new_minor); in mountVol()
|
D | DirectVolume.h | 74 int updateDeviceInfo(char *new_path, int new_major, int new_minor);
|
D | Volume.h | 99 virtual int updateDeviceInfo(char *new_path, int new_major, int new_minor) = 0;
|
D | cryptfs.h | 237 int *new_major, int *new_minor);
|
D | DirectVolume.cpp | 422 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) in updateDeviceInfo() argument 456 mDiskMajor = new_major; in updateDeviceInfo()
|
D | cryptfs.c | 1900 int *new_major, int *new_minor) argument 1928 *new_major = MAJOR(statbuf.st_rdev);
|