Lines Matching refs:Name
38 /// represent a dir name that doesn't exist on the disk.
103 /// \brief Retrieve the directory that the given file name resides in.
141 UDE->Name = NamedDirEnt.first().data();
184 // Get the null-terminated directory name as stored as the key of the
207 UDE.Name = InterndDirName;
231 // Get the null-terminated file name as stored as the key of the
271 // If the name returned by getStatValue is different than Filename, re-intern
272 // the name.
273 if (Data.Name != Filename) {
275 *SeenFileEntries.insert(std::make_pair(Data.Name, nullptr)).first;
295 // Always update the name to use the last name by which a file was accessed.
296 // FIXME: Neither this nor always using the first name is correct; we want
298 // encapsulates both the name by which the file was accessed and the
300 UFE.Name = InterndFileName;
306 UFE.Name = InterndFileName;
379 UFE->Name = InterndFileName;