Searched refs:converted_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dopen_util.cc205 base::FilePath converted_path; local
207 if (!ConvertPath(profile, file_path, &converted_path, &url))
216 base::FilePath converted_path; local
218 if (!ConvertPath(profile, file_path, &converted_path, &url))
224 base::Bind(&ContinueOpenItem, profile, converted_path, url));
230 base::FilePath converted_path; local
232 if (!ConvertPath(profile, file_path, &converted_path, &url))
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc192 base::FilePath converted_path = base::FilePath::FromUTF8Unsafe(path); local
195 if (converted_path.ReferencesParent())
203 *virtual_path = converted_path.NormalizePathSeparators().

Completed in 1738 milliseconds