OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateDeviceInfo
(Results
1 - 4
of
4
) sorted by null
/system/vold/
DirectVolume.h
60
int
updateDeviceInfo
(char *new_path, int new_major, int new_minor);
Volume.h
89
virtual int
updateDeviceInfo
(char *new_path, int new_major, int new_minor) = 0;
DirectVolume.cpp
379
int DirectVolume::
updateDeviceInfo
(char *new_path, int new_major, int new_minor)
Volume.cpp
379
updateDeviceInfo
(nodepath, new_major, new_minor);
Completed in 134 milliseconds