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
89
virtual int updateDeviceInfo(char *new_path, int
new_major
, int new_minor) = 0;
Volume.cpp
351
int
new_major
, new_minor;
local
361
&
new_major
, &new_minor)) {
371
new_major
, new_minor);
372
if (createDeviceNode(nodepath,
new_major
, new_minor)) {
379
updateDeviceInfo(nodepath,
new_major
, new_minor);
DirectVolume.cpp
379
int DirectVolume::updateDeviceInfo(char *new_path, int
new_major
, int new_minor)
413
mDiskMajor =
new_major
;
cryptfs.c
940
int *
new_major
, int *new_minor)
967
*
new_major
= MAJOR(statbuf.st_rdev);
[
all
...]
Completed in 707 milliseconds