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

  /external/qemu/block/
raw-win32.c 262 char drives[256], *pdrv = drives; local
265 memset(drives, 0, sizeof(drives));
266 GetLogicalDriveStrings(sizeof(drives), drives); local
  /external/qemu/
blockdev.c 18 static QTAILQ_HEAD(drivelist, DriveInfo) drives = QTAILQ_HEAD_INITIALIZER(drives);
68 QTAILQ_FOREACH(dinfo, &drives, next) {
84 QTAILQ_FOREACH(dinfo, &drives, next) {
96 QTAILQ_FOREACH(dinfo, &drives, next) {
113 QTAILQ_REMOVE(&drives, dinfo, next);
422 QTAILQ_INSERT_TAIL(&drives, dinfo, next);
  /build/target/board/generic/
BoardConfig.mk 49 # vsync. The system's vsync event drives Choreographer and SurfaceFlinger's
  /ndk/build/core/
init.mk 402 # drives as reported by "mount" and deals with drive letter cases (i.e.

Completed in 925 milliseconds