OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:procfilepath
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java
182
String
procFilePath
, boolean loopback)
186
assertNoAccessibleListeningPorts(
procFilePath
, false, loopback);
208
String
procFilePath
, boolean isTcp, boolean loopback) throws IOException {
210
List<ParsedProcEntry> entries = ParsedProcEntry.parse(
procFilePath
);
227
+
procFilePath
;
311
private static List<ParsedProcEntry> parse(String
procFilePath
) throws IOException {
324
File procFile = new File(
procFilePath
);
338
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 205 milliseconds