Searched refs:tempFilePath (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/PostgreSQL-97/Support/
H A D58_postgres_setup.rb118 tempFilePath = "/tmp/#{File.basename($0)}-#{$$}"
119 command = "#{$serveradmin} -x #{cmd} > #{tempFilePath}"
121 dict = NSDictionary.dictionaryWithContentsOfFile(tempFilePath).to_ruby
122 FileUtils.rm_f(tempFilePath)
130 tempFilePath = "/tmp/#{File.basename($0)}-#{$$}"
131 command = "echo \"postgres:listen_addresses=\\\"\\\"\" > #{tempFilePath}"
133 command = "#{$serveradmin} settings < #{tempFilePath}"
135 FileUtils.rm_f(tempFilePath)
405 tempFilePath = "/tmp/#{File.basename($0)}-#{$$}"
406 command = "echo \"postgres:listen_addresses=\\\"\\\"\" > #{tempFilePath}"
[all...]
H A D05_postgresmigrator.rb121 tempFilePath = "/tmp/#{File.basename($0)}-#{$$}"
122 `/Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin -x #{cmd} > #{tempFilePath}`
124 dict = NSDictionary.dictionaryWithContentsOfFile(tempFilePath).to_ruby
125 FileUtils.rm_f(tempFilePath)
185 tempFilePath = "/tmp/#{File.basename($0)}-#{$$}"
186 command = "echo \"postgres:listen_addresses=\\\"\\\"\" > #{tempFilePath}"
188 command = "#{$serveradmin} settings < #{tempFilePath}"
190 FileUtils.rm_f(tempFilePath)
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c633 char* tempFilePath = NULL; local
636 if (!CopyCStringFromDict(modemDict, &tempFilePath, kSCPropNetModemConnectionScript))
638 if (!tempFilePath)
644 success = ConfigureCCL(tempFilePath, personality);
645 free(tempFilePath);

Completed in 104 milliseconds