Searched refs:newPath (Results 1 – 3 of 3) sorted by relevance
138 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() local139 fs::make_absolute(newPath); in flushToFile()140 infoOut << newPath << '\n'; in flushToFile()
1037 Vector<pathmap_t*> *newPath = new Vector<pathmap_t*>(from->size ()); in dbeSetPathmaps() local1040 char *err = Settings::add_pathmap (newPath, from->get (i), to->get (i)); in dbeSetPathmaps()1043 newPath->destroy (); in dbeSetPathmaps()1044 delete newPath; in dbeSetPathmaps()1048 dbeSession->set_pathmaps (newPath); in dbeSetPathmaps()