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

/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc321 base::FilePath system_tmp_dir; local
322 bool success = PathService::Get(base::DIR_TEMP, &system_tmp_dir);
330 system_tmp_dir.AppendASCII("TestingProfilePath"));
338 CHECK(temp_dir_.Set(system_tmp_dir));

Completed in 33 milliseconds