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

  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 39 struct statfs* mounted_volumes; local
40 int num_volumes = getmntinfo(&mounted_volumes, 0);
47 struct statfs* vol = &mounted_volumes[i];

Completed in 30 milliseconds