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

  /external/qemu/android/utils/
property_file_unittest.cpp 29 EXPECT_FALSE(propertyFile_getValue("", 0U, "sdk.version"));
34 String value(propertyFile_getValue(kFile, sizeof kFile, "foo"));
38 String value2(propertyFile_getValue(kFile, sizeof kFile, "bar"));
44 String value(propertyFile_getValue(kFile, sizeof kFile, "foo"));
48 String value2(propertyFile_getValue(kFile, sizeof kFile, "bar"));
58 String foo(propertyFile_getValue(kFile, sizeof kFile, "foo"));
59 String bar(propertyFile_getValue(kFile, sizeof kFile, "bar"));
60 String sdk(propertyFile_getValue(kFile, sizeof kFile, "sdk"));
73 String foo(propertyFile_getValue(kFile, sizeof kFile, "foo"));
74 String bar(propertyFile_getValue(kFile, sizeof kFile, "bar"))
    [all...]
property_file.h 28 char* propertyFile_getValue(const char* propertyFile,
property_file.c 96 char* propertyFile_getValue(const char* propFile,
  /external/qemu/android/avd/
util.c 155 return propertyFile_getValue((const char*)data->data,
190 char* prop = propertyFile_getValue((const char*)data->data,
  /prebuilts/tools/linux-x86/emulator/
emulator 

Completed in 122 milliseconds