Lines Matching refs:onRecording_
51 bool SymbolsFile::onRecording_ = true;
150 // only access the patch in onRecording_
152 if (foundPath.empty() and onRecording_) {
662 symbolFilePath.c_str(), symbolsFileSearchPaths_.size(), onRecording_);
664 if (onRecording_) {
760 filePath_.c_str(), onRecording_);
762 if (onRecording_) {
797 if (module_ == filePath_ and onRecording_) {
963 CHECK_TRUE(!onRecording_, true, 0, "");
976 CHECK_TRUE(symbolsLoaded_ || !onRecording_, true, 0, "");