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

/system/vold/
H A DDirectVolume.cpp371 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) argument
405 mDiskMajor = new_major;
H A DVolume.cpp348 int new_major, new_minor; local
358 &new_major, &new_minor)) {
368 new_major, new_minor);
369 if (createDeviceNode(nodepath, new_major, new_minor)) {
376 updateDeviceInfo(nodepath, new_major, new_minor);
H A Dcryptfs.c869 int *new_major, int *new_minor)
896 *new_major = MAJOR(statbuf.st_rdev);
867 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 115 milliseconds