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

/system/vold/
H A Dcryptfs.h84 int *new_major, int *new_minor);
H A DDirectVolume.h60 int updateDeviceInfo(char *new_path, int new_major, int new_minor);
H A DVolume.h89 virtual int updateDeviceInfo(char *new_path, int new_major, int new_minor) = 0;
H A DVolume.cpp351 int new_major, new_minor; local
361 &new_major, &new_minor)) {
371 new_major, new_minor);
372 if (createDeviceNode(nodepath, new_major, new_minor)) {
379 updateDeviceInfo(nodepath, new_major, new_minor);
H A DDirectVolume.cpp379 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) argument
413 mDiskMajor = new_major;
H A Dcryptfs.c940 int *new_major, int *new_minor)
967 *new_major = MAJOR(statbuf.st_rdev);
938 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 3617 milliseconds