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

  /external/chromium_org/chrome/browser/translate/
component_cld_data_harness.cc 89 base::FilePath check_path; local
90 GetComponentDataFileDestination(&check_path);
91 ASSERT_TRUE(base::PathExists(check_path));
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 625 base::FilePath check_path = local
630 base::FilePath check_path = base::MakeAbsoluteFilePath(paths[0]); local
639 check_path,
654 const base::FilePath& check_path,
657 if (check_path.empty()) {
669 (check_path == graylisted_path ||
670 check_path.IsParent(graylisted_path))) {
    [all...]

Completed in 228 milliseconds