Searched defs:new_major (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
456 mDiskMajor = new_major;
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)
1928 *new_major = MAJOR(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 128 milliseconds