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

  /external/qemu/android/utils/
path.h 79 extern APosixStatus path_get_size( const char* path, uint64_t *psize );
path.c 370 path_get_size( const char* path, uint64_t *psize ) function
  /external/qemu/android/
main.c 613 if (path_get_size(systemImage, &systemBytes) < 0) {
686 path_get_size(dataPath, &dataBytes);
779 if (path_get_size(opts->sdcard, &size) == 0) {
    [all...]
  /external/qemu/android/avd/
info.c 875 if (path_get_size(file, &size) < 0)
    [all...]

Completed in 292 milliseconds