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

  /external/chromium/base/
process_linux.cc 55 file_util::FileSystemType background_type; local
58 file_util::GetFileSystemType(background_tasks, &background_type) &&
60 background_type == file_util::FILE_SYSTEM_CGROUP;
  /external/chromium_org/base/process/
process_linux.cc 50 file_util::FileSystemType background_type; local
53 file_util::GetFileSystemType(background_file, &background_type) &&
55 background_type == file_util::FILE_SYSTEM_CGROUP;

Completed in 372 milliseconds