Searched +refs:executable +refs:chmod (Results 1 - 25 of 128) sorted by relevance

123456

/macosx-10.10/PostgreSQL-97/Support/
H A D58_postgres_setup.rb195 FileUtils.chmod(0755, $pgServiceDir)
202 FileUtils.chmod(0755, $pgSocketDir)
209 FileUtils.chmod(0755, $pgServiceDirCustomer)
216 FileUtils.chmod(0755, $pgSocketDirCustomer)
223 FileUtils.chmod(0755, $pgLogDir)
233 FileUtils.chmod(0755, $pgConfigDir)
306 FileUtils.chmod(0700, $pgDataDir)
319 d.sort{|a,b| a.downcase <=> b.downcase}.each do |executable|
320 next if executable == "." || executable
[all...]
H A D05_postgresmigrator.rb245 FileUtils.chmod(0700, $newPostgresDataDirServer)
257 d.sort{|a,b| a.downcase <=> b.downcase}.each do |executable|
258 next if executable == "." || executable == ".."
259 command = "#{pgExtrasDir}/#{executable}"
262 $logger.warn("Executable returned an error status: #{executable}")
271 FileUtils.chmod(0700, $newPostgresDataDirCustomer)
314 FileUtils.chmod(0755, $pgServiceDir)
321 FileUtils.chmod(0755, $pgServiceDirCustomer)
328 FileUtils.chmod(075
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_file_exhaustive.rb181 File.chmod(0200, @file)
183 File.chmod(0600, @file)
191 File.chmod(0200, @file)
193 File.chmod(0600, @file)
200 File.chmod(0006, @file)
202 File.chmod(0060, @file)
204 File.chmod(0600, @file)
212 File.chmod(0400, @file)
214 File.chmod(0600, @file)
222 File.chmod(040
[all...]
H A Dtest_system.rb158 f.chmod(0755)
162 end if File.executable?("/bin/sh")
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptObjC/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CFNetwork/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Collaboration/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreLocation/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreText/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-DictionaryServices/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-ExceptionHandling/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-FSEvents/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-InputMethodKit/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstallerPlugins/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstantMessage/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-InterfaceBuilderKit/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-LatentSemanticMapping/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-LaunchServices/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Message/
H A Ddistribute_setup.py33 args = (sys.executable,) + args
39 args = (sys.executable,) + args
47 return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
400 args = [sys.executable] + sys.argv
442 self.chmod(tarinfo, dirpath)

Completed in 127 milliseconds

123456