OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_major
(Results
1 - 6
of
6
) sorted by null
/system/vold/
cryptfs.h
84
int *
new_major
, int *new_minor);
DirectVolume.h
60
int updateDeviceInfo(char *new_path, int
new_major
, int new_minor);
Volume.h
88
virtual int updateDeviceInfo(char *new_path, int
new_major
, int new_minor) = 0;
Volume.cpp
348
int
new_major
, new_minor;
local
358
&
new_major
, &new_minor)) {
368
new_major
, new_minor);
369
if (createDeviceNode(nodepath,
new_major
, new_minor)) {
376
updateDeviceInfo(nodepath,
new_major
, new_minor);
DirectVolume.cpp
371
int DirectVolume::updateDeviceInfo(char *new_path, int
new_major
, int new_minor)
405
mDiskMajor =
new_major
;
cryptfs.c
869
int *
new_major
, int *new_minor)
896
*
new_major
= MAJOR(statbuf.st_rdev);
[
all
...]
Completed in 35 milliseconds