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/
DirectVolume.h
64
int updateDeviceInfo(char *new_path, int new_major, int
new_minor
);
Volume.h
99
virtual int updateDeviceInfo(char *new_path, int new_major, int
new_minor
) = 0;
DirectVolume.cpp
385
int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int
new_minor
)
420
mDiskMinor =
new_minor
;
428
mPartIdx =
new_minor
;
429
mPartMinors[
new_minor
-1] =
new_minor
;
cryptfs.h
149
int *new_major, int *
new_minor
);
Volume.cpp
377
int new_major,
new_minor
;
local
387
&new_major, &
new_minor
)) {
397
new_major,
new_minor
);
398
if (createDeviceNode(nodepath, new_major,
new_minor
)) {
405
updateDeviceInfo(nodepath, new_major,
new_minor
);
cryptfs.c
[
all
...]
Completed in 50 milliseconds