Searched refs:converted_path (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | open_util.cc | 205 base::FilePath converted_path; in OpenRemovableDrive() local 207 if (!ConvertPath(profile, file_path, &converted_path, &url)) in OpenRemovableDrive() 216 base::FilePath converted_path; in OpenItem() local 218 if (!ConvertPath(profile, file_path, &converted_path, &url)) in OpenItem() 224 base::Bind(&ContinueOpenItem, profile, converted_path, url)); in OpenItem() 230 base::FilePath converted_path; in ShowItemInFolder() local 232 if (!ConvertPath(profile, file_path, &converted_path, &url)) in ShowItemInFolder()
|
/external/chromium_org/storage/common/fileapi/ |
D | file_system_util.cc | 192 base::FilePath converted_path = base::FilePath::FromUTF8Unsafe(path); in ParseFileSystemSchemeURL() local 195 if (converted_path.ReferencesParent()) in ParseFileSystemSchemeURL() 203 *virtual_path = converted_path.NormalizePathSeparators(). in ParseFileSystemSchemeURL()
|