Searched defs:relative_string (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Die_importer.cc564 FilePath::StringType relative_string = local
566 if (!relative_string.empty() && FilePath::IsSeparator(relative_string[0]))
567 relative_string = relative_string.substr(1);
568 FilePath relative_path(relative_string);

Completed in 124 milliseconds