Searched refs:updateDeviceInfo (Results 1 - 4 of 4) sorted by relevance

/system/vold/
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 DDirectVolume.cpp379 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor) function in class:DirectVolume
H A DVolume.cpp380 updateDeviceInfo(nodepath, new_major, new_minor);

Completed in 28 milliseconds