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 148 FileInFlightIO* s_file_operations = NULL; member in namespace:__anon4026
152 if (!s_file_operations) {
153 s_file_operations = new FileInFlightIO;
155 return s_file_operations;
160 DCHECK(s_file_operations);
161 delete s_file_operations;
162 s_file_operations = NULL;

Completed in 3993 milliseconds