Home | History | Annotate | Download | only in src

Lines Matching defs:locations

139   // Autodetect file locations.
141 // Get a space separated sting of disk locations.
142 list<string> locations = os_->FindFileDevices();
145 while (!locations.empty()) {
147 string disk = locations.back();
148 locations.pop_back();
423 // Initialize page locations.
487 // Initialize page locations.
814 // Autodetect tempfile locations.
984 " --findfiles find locations to do disk IO automatically\n"