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

/system/vold/
H A DDirectVolume.cpp422 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) argument
457 mDiskMinor = new_minor;
465 mPartIdx = new_minor;
466 mPartMinors[new_minor-1] = new_minor;
H A DVolume.cpp377 int new_major, new_minor; local
387 &new_major, &new_minor)) {
397 new_major, new_minor);
398 if (createDeviceNode(nodepath, new_major, new_minor)) {
405 updateDeviceInfo(nodepath, new_major, new_minor);
H A Dcryptfs.c1900 int *new_major, int *new_minor)
1929 *new_minor = MINOR(statbuf.st_rdev);
1898 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 122 milliseconds