OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkFileMaps
(Results
1 - 3
of
3
) sorted by null
/system/vold/
Process.h
25
static int
checkFileMaps
(int pid, const char *path);
26
static int
checkFileMaps
(int pid, const char *path, char *openFilename, size_t max);
Process.cpp
124
int Process::
checkFileMaps
(int pid, const char *mountPoint) {
125
return
checkFileMaps
(pid, mountPoint, NULL, 0);
128
int Process::
checkFileMaps
(int pid, const char *mountPoint, char *openFilename, size_t max) {
202
} else if (
checkFileMaps
(pid, path, openfile, sizeof(openfile))) {
CommandListener.cpp
259
Process::
checkFileMaps
(pid, argv[2]) ||
Completed in 65 milliseconds