Home | History | Annotate | Download | only in tests

Lines Matching refs:statusFile

671     SkString statusFile = make_filepath(0, outStatusDir, statName.c_str());
672 return statusFile;
962 SkString statusFile = make_filepath(data->fResult.fDirNo, outStatusDir, statName.c_str());
963 SkFILE* file = sk_fopen(statusFile.c_str(), kWrite_SkFILE_Flag);
965 SkDebugf("failed to create %s", statusFile.c_str());