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

  /external/chromium/net/disk_cache/
file_posix.cc 147 FileInFlightIO* s_file_operations = NULL; member in namespace:__anon3547
151 if (!s_file_operations) {
152 s_file_operations = new FileInFlightIO;
154 return s_file_operations;
159 DCHECK(s_file_operations);
160 delete s_file_operations;
161 s_file_operations = NULL;

Completed in 395 milliseconds