Searched refs:propertyFile_getValue (Results 1 – 4 of 4) sorted by relevance
/external/qemu/android/utils/ |
D | property_file_unittest.cpp | 29 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 …]
|
D | property_file.h | 28 char* propertyFile_getValue(const char* propertyFile,
|
D | property_file.c | 96 char* propertyFile_getValue(const char* propFile, in propertyFile_getValue() function
|
/external/qemu/android/avd/ |
D | util.c | 155 return propertyFile_getValue((const char*)data->data, in propertyFile_getTargetAbi() 190 char* prop = propertyFile_getValue((const char*)data->data, in propertyFile_getInt()
|