Searched refs:new_major (Results 1 - 6 of 6) sorted by relevance

/system/vold/
H A DDirectVolume.h64 int updateDeviceInfo(char *new_path, int new_major, int new_minor);
H A DVolume.h99 virtual int updateDeviceInfo(char *new_path, int new_major, int new_minor) = 0;
H A Dcryptfs.h149 int *new_major, int *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 DDirectVolume.cpp385 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) argument
419 mDiskMajor = new_major;
H A Dcryptfs.c1313 int *new_major, int *new_minor)
1338 *new_major = MAJOR(statbuf.st_rdev);
1311 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 208 milliseconds