Searched defs:new_minor (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DDirectVolume.cpp379 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) argument
414 mDiskMinor = new_minor;
422 mPartIdx = new_minor;
423 mPartMinors[new_minor-1] = new_minor;
H A DVolume.cpp352 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);
H A Dcryptfs.c882 int *new_major, int *new_minor)
910 *new_minor = MINOR(statbuf.st_rdev);
880 cryptfs_setup_volume(const char *label, int major, int minor, char *crypto_sys_path, unsigned int max_path, int *new_major, int *new_minor) argument

Completed in 177 milliseconds