HomeSort by relevance Sort by last modified time
    Searched defs:phys_ram_fd (Results 1 - 2 of 2) sorted by null

  /external/qemu/
osdep.c 87 static int phys_ram_fd = -1; local
104 if (phys_ram_fd < 0) {
139 phys_ram_fd = mkstemp(phys_ram_file);
140 if (phys_ram_fd < 0) {
148 phys_ram_fd = mkstemp(phys_ram_file);
149 if (phys_ram_fd < 0) {
158 ftruncate(phys_ram_fd, phys_ram_size + size);
163 phys_ram_fd, phys_ram_size);
exec.c 114 int phys_ram_fd; variable
    [all...]

Completed in 2311 milliseconds