OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readStringFromFile
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/sdcard/
sysutil.cpp
77
int
readStringFromFile
(const char *filename, char *const start, size_t size, bool must_exist=true)
237
return
readStringFromFile
(kKernelVersion, str, size);
247
if (
readStringFromFile
(filename, value, sizeof(value)) == -1)
287
return
readStringFromFile
(kSchedFeatures, str, size);
294
if (
readStringFromFile
(kSchedFeatures, value, sizeof(value)) == -1)
324
if (
readStringFromFile
(kSchedFeatures, value, sizeof(value)) == -1)
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java
373
String s = FileUtil.
readStringFromFile
(tmpTxtFile);
Completed in 33 milliseconds