Home
last modified time | relevance | path

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

/system/vold/
DVolume.cpp377 int new_major, new_minor; in mountVol() local
387 &new_major, &new_minor)) { in mountVol()
397 new_major, new_minor); in mountVol()
398 if (createDeviceNode(nodepath, new_major, new_minor)) { in mountVol()
405 updateDeviceInfo(nodepath, new_major, new_minor); in mountVol()
DDirectVolume.h74 int updateDeviceInfo(char *new_path, int new_major, int new_minor);
DVolume.h99 virtual int updateDeviceInfo(char *new_path, int new_major, int new_minor) = 0;
Dcryptfs.h237 int *new_major, int *new_minor);
DDirectVolume.cpp422 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) in updateDeviceInfo() argument
456 mDiskMajor = new_major; in updateDeviceInfo()
Dcryptfs.c1900 int *new_major, int *new_minor) argument
1928 *new_major = MAJOR(statbuf.st_rdev);