HomeSort by relevance Sort by last modified time
    Searched full:procfilepath (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 176 String procFilePath, boolean loopback)
180 assertNoAccessibleListeningPorts(procFilePath, false, loopback);
202 String procFilePath, boolean isTcp, boolean loopback) throws IOException {
204 List<ParsedProcEntry> entries = ParsedProcEntry.parse(procFilePath);
221 + procFilePath;
305 private static List<ParsedProcEntry> parse(String procFilePath) throws IOException {
318 File procFile = new File(procFilePath);
332 assertTrue(procFilePath + " should have at least " + expectedNumColumns
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 101 int procfilepath; local
107 procfilepath = open(procfilename, mode);
108 if (procfilepath >= 0) {
112 if (read(procfilepath, buffer, sizeof(buffer)) > 0) {
120 if (write(procfilepath, buffer, strlen(buffer))
124 close(procfilepath);

Completed in 250 milliseconds