Searched refs:newFile (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/lib/
H A DchangeXOTclVersion.xotcl50 set newFile ""
62 append newFile $line\n
64 set F [open $file w]; puts $F $newFile; close $F
/macosx-10.10/llvmCore-3425.0.34/lib/Archive/
H A DArchive.cpp69 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) { argument
71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) {
78 path = newFile;
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Ddeltavfs.tcl138 set newFile 0
139 if ![file exists $fileName] {set newFile 1}
143 if $newFile {catch {file attributes $fileName -permissions $permissions}}
H A Dquotavfs.tcl119 set newFile [lindex $::vfs::template::quota::channels($channel) 1]
126 if $newFile {catch {file delete -force $file}}
175 upvar newFile newFile
183 if $newFile {
191 # if $newFile {
211 set [namespace current]::channels($memchannel) "$channel $newFile"

Completed in 130 milliseconds