Searched refs:full_file_path (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_util.h35 // Converts |full_file_path| (e.g., "/special/drive/root" or
37 // if |full_file_path| is not managed by the external filesystem provider.
39 const base::FilePath& full_file_path,
43 // Converts |full_file_path| into |relative_path| within the external provider
44 // in File API. Returns false if |full_file_path| is not managed by the
48 const base::FilePath& full_file_path,
H A Dfile_manager_util.cc559 const base::FilePath& full_file_path,
564 full_file_path, &relative_path)) {
574 const base::FilePath& full_file_path,
593 if (!backend->GetVirtualPath(full_file_path, virtual_path))
558 ConvertFileToFileSystemUrl(Profile* profile, const base::FilePath& full_file_path, const std::string& extension_id, GURL* url) argument
571 ConvertFileToRelativeFileSystemPath( Profile* profile, const std::string& extension_id, const base::FilePath& full_file_path, base::FilePath* virtual_path) argument
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.h20 // Converts |full_file_path| into external filesystem: url. Returns false
21 // if |full_file_path| is not managed by the external filesystem provider.
23 const FilePath& full_file_path, const GURL& origin_url, GURL* url);
H A Dfile_manager_util.cc69 Profile* profile, const FilePath& full_file_path, const GURL& origin_url,
91 if (root_path.AppendRelativePath(full_file_path, &path)) {
68 ConvertFileToFileSystemUrl( Profile* profile, const FilePath& full_file_path, const GURL& origin_url, GURL* url) argument
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc193 const FilePath& full_file_path) {
205 full_file_path.value());
192 IsMatchingFileURL(const std::string& url, const FilePath& full_file_path) argument
/external/chromium_org/tools/checkperms/
H A Dcheckperms.py314 full_file_path = os.path.join(root, file_path)
316 error = check_file(full_file_path, bare_output)
/external/chromium_org/chrome/common/net/
H A Durl_fixer_upper_unittest.cc233 const base::FilePath& full_file_path) {
245 full_file_path.value());
232 IsMatchingFileURL(const std::string& url, const base::FilePath& full_file_path) argument
/external/chromium/chrome/browser/history/
H A Din_memory_url_index_unittest.cc521 FilePath full_file_path; local
522 url_index_->GetCacheFilePath(&full_file_path);
527 full_file_path.GetComponents(&actual_parts);
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc1167 base::FilePath full_file_path; local
1168 ASSERT_TRUE(GetCacheFilePath(&full_file_path));
1170 full_file_path.GetComponents(&actual_parts);
/external/chromium_org/ppapi/tests/
H A Dtest_file_ref.cc625 std::string full_file_path = test_dir_path + "/" + kTerribleName; local
626 pp::FileRef file_ref(file_system, full_file_path.c_str());

Completed in 203 milliseconds