Lines Matching refs:modelCacheMul
842 auto modelCacheMul = mModelCache; in TEST_P() local
843 for (auto& cache : modelCacheMul) { in TEST_P()
848 createCacheFds(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P()
865 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P()
905 auto modelCacheMul = mModelCache; in TEST_P() local
906 for (auto& cache : modelCacheMul) { in TEST_P()
911 createCacheFds(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P()
938 std::thread thread(copyCacheFiles, std::cref(modelCacheMul), std::cref(mModelCache)); in TEST_P()
968 auto modelCacheMul = mModelCache; in TEST_P() local
969 for (auto& cache : modelCacheMul) { in TEST_P()
974 createCacheFds(modelCacheMul, AccessMode::READ_WRITE, &modelCache); in TEST_P()
991 copyCacheFiles(modelCacheMul, mModelCache); in TEST_P()