Searched refs:targetDir (Results 1 - 9 of 9) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c1349 CFURLRef targetDir,
1377 if (up.useOnceDir || targetDir) {
1421 targetDir, pickerLabel);
2057 // If not using the default directories, confirm targetDir exists.
1345 BRCopyBootFilesToDir(CFURLRef srcVol, CFURLRef initialRoot, CFDictionaryRef bootPrefOverrides, CFStringRef targetBSDName, CFURLRef targetDir, BRBlessStyle blessSpec, CFStringRef pickerLabel, BRUpdateOpts_t opts) argument
H A Dbootroot.h218 * @param targetDir - optional target directory relative to targetBSDName
232 * If targetDir is specified but does not exist, BRCopyBootFilesToDir()
238 * If targetDir does exist, BRCopyBootFilesToDir() will allow all
241 * error handling). ANY OTHER CONTENT in an existing targetDir WILL
249 * targetDir cannot be "/". It is recommended to either provide
267 kBRBlessFSDefault = 1, // fsys: finderinfo[0,1] -> targetDir, boot.efi
285 CFURLRef targetDir,
H A Dbrtest.c113 CFURLRef targetDir = NULL; local
201 targetDir = CFURLCreateFromFileSystemRepresentation(nil, (UInt8*)tdir,
243 if (opts || pickerLabel || targetDir || blessarg) {
244 if (targetDir && !pickerLabel) {
245 pickerLabel = CFURLCopyLastPathComponent(targetDir);
253 CFShow(targetDir);
255 CFShow(CFURLCopyLastPathComponent(targetDir));
258 bootDev, targetDir, blessSpec, pickerLabel, opts);
265 if (targetDir) CFRelease(targetDir);
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConfigurationPrivate.h1059 configurations from previous system. Both sourceDir and targetDir
1067 @param targetDir A reference which points to the root of a directory that we
1073 from the "targetDir" directory to destination volume. You must release the returned value.
1080 CFURLRef targetDir,
1124 @param targetDir the CFURL passed to _SCNetworkConfigurationPerformMigration
1131 CFURLRef targetDir) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
H A DSCNetworkMigration.c73 _SCNetworkConfigurationMigrateConfiguration(CFURLRef sourceDir, CFURLRef targetDir);
163 CFURLRef targetDir) // TargetDir needs to exist
180 _SCNetworkConfigurationCopyMigrationPathsWithBaseURL(targetDir, &targetPathURL, &targetNetworkInterfacesPathURL);
233 _SCNetworkConfigurationRemoveConfigurationFiles(targetDir);
439 _SCNetworkConfigurationPerformMigration(CFURLRef sourceDir, CFURLRef currentDir, CFURLRef targetDir, CFDictionaryRef options) argument
474 // If the targetDir is not provided then migration will take place in currentDir
475 if (targetDir == NULL) {
479 targetDirConfig = CFURLCreateWithFileSystemPathRelativeToBase(NULL, PREFS_DEFAULT_DIR_RELATIVE, kCFURLPOSIXPathStyle, TRUE, targetDir);
3079 _SCNetworkConfigurationMigrateConfiguration(CFURLRef sourceDir, CFURLRef targetDir) argument
3137 if ((targetConfigurationFilesPresent = __SCNetworkConfigurationMigrateConfigurationFilesPresent(targetDir,
162 SCNetworkConfigurationCopyConfigurationFiles(CFURLRef configDir, CFURLRef targetDir) argument
3654 _SCNetworkConfigurationCopyMigrationRemovePaths(CFArrayRef targetPaths, CFURLRef targetDir) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/pkgdata/
H A Dpkgdata.cpp66 static int32_t pkg_createSymLinks(const char *targetDir, UBool specialHandling=FALSE);
72 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
75 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
76 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL, UBool specialHandling=FALSE);
77 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
409 o.targetDir = options[DESTDIR].value;
411 o.targetDir = "."; /* cwd */
419 o.tmpDir = o.targetDir;
542 char targetDir[SMALL_BUFFER_MAX_SIZE] = ""; local
553 uprv_strcpy(targetDir,
973 pkg_createSymLinks(const char *targetDir, UBool specialHandling) argument
1063 pkg_installLibrary(const char *installDir, const char *targetDir, UBool noVersion) argument
1227 pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt) argument
1289 pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command, UBool specialHandling) argument
1460 pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath) argument
1525 pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode) argument
[all...]
H A Dpkgtypes.h114 const char *targetDir; /* dir for packaged data to go */ member in struct:UPKGOptions_
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dcpmanpages.tcl10 # cpmanpages ?flags? separator cmd func unix sourceDir targetDir
23 # o targetDir - manual directory to install pages in. This is the directory
159 # o targetDir - Directory to install the file in.
162 # A list of the man files created, relative to targetDir.
165 proc InstallShortMan {sourceFile targetDir extension} {
169 CopyManPage $sourceFile "$targetDir/$manFileName"
180 # o targetDir - Directory to install the file in.
183 # A list of the man files created, relative to targetDir. They are all links
187 proc InstallLongMan {sourceFile targetDir extension} {
199 set firstFilePath $targetDir/[lvarpo
[all...]
H A Dinstcopy.tcl61 set targetDir [file dirname $target]
66 set targetDir $target
68 file mkdir $targetDir
111 set targetDir [eval file join [file split [lindex $argv [expr $argc-1]]]]
113 if {[file exists $targetDir] && ![file isdirectory $targetDir] &&
115 Usage "Target is not a directory: $targetDir"
122 DoACopy $file $targetDir $mode

Completed in 289 milliseconds