Lines Matching defs:Name
60 UString Name;
121 UString name = Prefix + res;
124 if (!subStream.StreamSpec->Create(name, false))
128 TempFiles->Paths.Add(name);
133 subStream.Name = name;
228 NDirectory::DeleteFileAlways(subStream.Name);
297 return _callback->ShowDeleteFile((*_arcItems)[arcIndex].Name);
459 updateCallbackSpec->VolName = archivePath.Prefix + archivePath.Name;
526 RINOK(arc.GetItemPath(i, ai.Name));
528 ai.Censored = censor.CheckPath(ai.Name, !ai.IsDir);
656 property.Name = L"rsfx";
664 UString name = options.SfxModule;
666 if (!NFind::DoesFileExist(name))
668 if (!NDirectory::MySearchPath(NULL, name, NULL, options.SfxModule))
673 errorInfo.FileName = name;
723 di.Name = options.StdInFileName;
903 AString name = GetAnsiString(fileName);
905 fnSend(0, ";", (LPSTR)(LPCSTR)path, (LPSTR)(LPCSTR)name, 0);