Home | History | Annotate | Download | only in base

Lines Matching refs:result

13 bool PathProvider(int key, FilePath* result) {
18 PathService::Get(FILE_EXE, result);
19 *result = result->DirName();
22 PathService::Get(FILE_MODULE, result);
23 *result = result->DirName();
26 if (!GetTempDir(result))
30 *result = GetHomeDir();
41 *result = test_data_path;