HomeSort by relevance Sort by last modified time
    Searched full:bufprint_config_path (Results 1 - 4 of 4) 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 88 p = bufprint_config_path(temp, end);
104 p = bufprint_config_path(temp, end);
  /external/qemu/android/
help.c 149 bufprint_config_path( datadir, datadir + sizeof(datadir) );
490 bufprint_config_path(datadir, datadir + sizeof(datadir));
    [all...]

Completed in 1319 milliseconds