Home
last modified time | relevance | path

Searched refs:propertyFile_getValue (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/utils/
Dproperty_file_unittest.cpp29 EXPECT_FALSE(propertyFile_getValue("", 0U, "sdk.version")); in TEST()
34 String value(propertyFile_getValue(kFile, sizeof kFile, "foo")); in TEST()
38 String value2(propertyFile_getValue(kFile, sizeof kFile, "bar")); in TEST()
44 String value(propertyFile_getValue(kFile, sizeof kFile, "foo")); in TEST()
48 String value2(propertyFile_getValue(kFile, sizeof kFile, "bar")); in TEST()
58 String foo(propertyFile_getValue(kFile, sizeof kFile, "foo")); in TEST()
59 String bar(propertyFile_getValue(kFile, sizeof kFile, "bar")); in TEST()
60 String sdk(propertyFile_getValue(kFile, sizeof kFile, "sdk")); in TEST()
73 String foo(propertyFile_getValue(kFile, sizeof kFile, "foo")); in TEST()
74 String bar(propertyFile_getValue(kFile, sizeof kFile, "bar")); in TEST()
[all …]
Dproperty_file.h28 char* propertyFile_getValue(const char* propertyFile,
Dproperty_file.c96 char* propertyFile_getValue(const char* propFile, in propertyFile_getValue() function
/external/qemu/android/avd/
Dutil.c155 return propertyFile_getValue((const char*)data->data, in propertyFile_getTargetAbi()
190 char* prop = propertyFile_getValue((const char*)data->data, in propertyFile_getInt()