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

  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 221 path_info_(path_info) {}
231 if (!PathService::Get(path_info_.path_id, &dir_or_file)) {
242 if (path_info_.is_directory) {
247 if (!dir_or_file_size && !path_info_.is_optional) {
255 if (path_info_.max_size > 0) {
256 if (dir_or_file_size > path_info_.max_size) {
264 if (g_install_type->system_level() && !path_info_.test_writable) {
279 TestPathInfo path_info_; member in class:__anon1778::PathTest
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 292 path_info_(path_info) {}
300 if (!PathService::Get(path_info_.path_id, &dir_or_file)) {
312 if (path_info_.is_directory) {
317 if (!dir_or_file_size && !path_info_.is_optional) {
325 if (path_info_.max_size > 0) {
326 if (dir_or_file_size > path_info_.max_size) {
333 if (g_install_type->system_level() && !path_info_.test_writable) {
348 TestPathInfo path_info_; member in class:diagnostics::__anon4563::PathTest

Completed in 147 milliseconds