Searched defs:check_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/translate/
H A Dcomponent_cld_data_harness.cc89 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/
H A Dfile_system_api.cc625 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))) {
653 ConfirmDirectoryAccessOnFileThread( const base::FilePath& check_path, const std::vector<base::FilePath>& paths, content::WebContents* web_contents) argument

Completed in 301 milliseconds