OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_minor
(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;
DirectVolume.cpp
371
int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int
new_minor
)
406
mDiskMinor =
new_minor
;
414
mPartIdx =
new_minor
;
415
mPartMinors[
new_minor
-1] =
new_minor
;
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
);
cryptfs.c
869
int *new_major, int *
new_minor
)
897
*
new_minor
= MINOR(statbuf.st_rdev);
[
all
...]
Completed in 19 milliseconds