Home
last modified time | relevance | path

Searched refs:AppendRelativePath (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/common/
Dchrome_paths_linux.cc62 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir)) in GetUserCacheDirectory()
Dchrome_paths_mac.mm119 if (!app_data_dir.AppendRelativePath(profile_dir, &cache_dir))
/external/chromium/base/
Dfile_path.h201 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
Dfile_path.cc244 return AppendRelativePath(child, NULL); in IsParent()
247 bool FilePath::AppendRelativePath(const FilePath& child, in AppendRelativePath() function in FilePath
Dfile_path_unittest.cc616 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
626 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
/external/chromium/chrome/browser/extensions/
Dfile_manager_util.cc91 if (root_path.AppendRelativePath(full_file_path, &path)) { in ConvertFileToFileSystemUrl()
/external/chromium/chrome/common/extensions/
Dextension_unpacker.cc308 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) { in ReadMessageCatalog()
Dextension_l10n_util.cc298 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) { in ShouldSkipValidation()