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

  /external/qemu/android/utils/
bufprint.h 56 ** bufprint_config_path() appends the applications' user-specific configuration directory
71 extern char* bufprint_config_path(char* buffer, char* buffend);
bufprint.c 168 bufprint_config_path(char* buff, char* end) function
196 p = bufprint_config_path(buff, end);
  /external/qemu/android/avd/
util.c 89 p = bufprint_config_path(temp, end);
105 p = bufprint_config_path(temp, end);
137 p = bufprint_config_path(temp, end);
info.c 466 p = bufprint_config_path(temp, end);
    [all...]
  /external/qemu/android/
help.c 149 bufprint_config_path( datadir, datadir + sizeof(datadir) );
490 bufprint_config_path(datadir, datadir + sizeof(datadir));
    [all...]

Completed in 74 milliseconds