Home
last modified time | relevance | path

Searched refs:RecursiveMode (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCp.c42 IN BOOLEAN RecursiveMode,
296 IN BOOLEAN RecursiveMode, in ValidateAndCopyFiles() argument
371 if (!RecursiveMode && !EFI_ERROR(ShellIsDirectory(Node->FullName))) { in ValidateAndCopyFiles()
580 IN BOOLEAN RecursiveMode in ProcessValidateAndCopyFiles() argument
605 ShellStatus = ValidateAndCopyFiles(FileList, FullName, SilentMode, RecursiveMode, NULL); in ProcessValidateAndCopyFiles()
612 ShellStatus = ValidateAndCopyFiles(FileList, DestDir, SilentMode, RecursiveMode, NULL); in ProcessValidateAndCopyFiles()
647 BOOLEAN RecursiveMode; in ShellCommandRunCp() local
693 RecursiveMode = ShellCommandLineGetFlag(Package, L"-r"); in ShellCommandRunCp()
724 … ShellStatus = ProcessValidateAndCopyFiles (FileList, FullCwd, SilentMode, RecursiveMode); in ShellCommandRunCp()
752 …Directories((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount)), SilentMode, RecursiveMode); in ShellCommandRunCp()