OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processDir
(Results
1 - 2
of
2
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
RootProcessScanner.java
78
for (File
processDir
: processDirs) {
79
if (isUnapprovedRootProcess(
processDir
)) {
80
rootProcesses.add(
processDir
);
103
private static boolean isKernelProcess(File
processDir
)
105
File statm = getProcessStatM(
processDir
);
118
throw new MalformedStatMException(
processDir
130
private static File getProcessStatM(File
processDir
) {
131
return new File(
processDir
, "statm");
143
* @param
processDir
with the status file
147
private static boolean isRootProcess(File
processDir
) throws FileNotFoundException
[
all
...]
/external/deqp/scripts/
update-copyright-year.py
37
def
processDir
(dir):
46
processDir
(sys.argv[1])
Completed in 523 milliseconds