Searched refs:AppendRelativePath (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/common/ |
D | chrome_paths_linux.cc | 62 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir)) in GetUserCacheDirectory()
|
D | chrome_paths_mac.mm | 119 if (!app_data_dir.AppendRelativePath(profile_dir, &cache_dir))
|
/external/chromium/base/ |
D | file_path.h | 201 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
|
D | file_path.cc | 244 return AppendRelativePath(child, NULL); in IsParent() 247 bool FilePath::AppendRelativePath(const FilePath& child, in AppendRelativePath() function in FilePath
|
D | file_path_unittest.cc | 616 bool success = parent.AppendRelativePath(child, &result); in TEST_F() 626 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
|
/external/chromium/chrome/browser/extensions/ |
D | file_manager_util.cc | 91 if (root_path.AppendRelativePath(full_file_path, &path)) { in ConvertFileToFileSystemUrl()
|
/external/chromium/chrome/common/extensions/ |
D | extension_unpacker.cc | 308 if (!temp_install_dir_.AppendRelativePath(message_path, &relative_path)) { in ReadMessageCatalog()
|
D | extension_l10n_util.cc | 298 if (!locales_path.AppendRelativePath(locale_path, &relative_path)) { in ShouldSkipValidation()
|