Home | History | Annotate | Download | only in browser

Lines Matching refs:search_path

509 bool GetDataWriteLocation(base::Environment* env, base::FilePath* search_path) {
515 *search_path = base::FilePath(xdg_data_home);
518 *search_path = base::FilePath(home).Append(".local").Append("share");