Searched defs:new_major (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
413 mDiskMajor = new_major;
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)
909 *new_major = MAJOR(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 38 milliseconds