HomeSort by relevance Sort by last modified time
    Searched refs:os (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /jds/time-slider/
py-compile.py 2 import os
4 destdir = os.getenv("DESTDIR", ".")
  /jds/ipsgui/gui/
clonewindow.py 11 or http://www.opensolaris.org/os/licensing.
45 import os
115 """ decided to use os.system here NO THREADS """
117 os.system(self.entry1.get_text())
119 os.system(self.entry2.get_text())
121 os.system(self.entry3.get_text())
123 os.system(self.entry4.get_text())
125 os.system(self.entry5.get_text())
127 os.system(self.entry6.get_text())
131 os.system('cp /mnt/etc/vfstab /mnt/etc/vfstab.ips'
    [all...]
userrights.py 11 or http://www.opensolaris.org/os/licensing.
34 import os
52 if os.geteuid() == 0:
61 if os.geteuid() == 0:
79 system = os.uname()[0]
filelist.py 11 or http://www.opensolaris.org/os/licensing.
37 import os
99 dirname, base = os.path.split(path)
101 path = os.path.normpath(os.path.join(
123 extract_path = os.path.normpath(os.path.join(
143 dirname, base = os.path.split(path)
144 cpdir = os.path.normpath(os.path.join
    [all...]
imageinfo.py 11 or http://www.opensolaris.org/os/licensing.
36 import os
99 if not os.path.isfile(path):
108 if not os.path.isdir(os.path.dirname(path)):
109 os.makedirs(os.path.dirname(path))
110 if not os.path.isfile(path):
ipsguiconfig.py 11 or http://www.opensolaris.org/os/licensing.
36 import os
109 if not os.path.isfile(path):
117 if not os.path.isdir(os.path.dirname(path)):
118 os.makedirs(os.path.dirname(path))
119 if not os.path.isfile(path):
prefconfig.py 11 or http://www.opensolaris.org/os/licensing.
36 import os
87 if not os.path.isfile(path):
95 if not os.path.isdir(os.path.dirname(path)):
96 os.makedirs(os.path.dirname(path))
97 if not os.path.isfile(path):
  /jds/desktop-cache/trunk/
find_newer 3 import os, sys
46 dir = os.path.abspath(dir)
51 for root, dirs, files in os.walk(dir):
54 file = os.path.abspath(os.path.join(root, file))
55 stat = os.stat (file)
75 d = os.path.join(root, d)
76 if os.path.islink(d) and os.path.lexists(d):
77 d = os.path.abspath(os.path.join(root, os.readlink(d))
    [all...]
  /jds/time-slider/usr/bin/
time-slider-setup 4 from os.path import dirname, join, pardir, abspath
  /jds/time-slider/usr/lib/
time-slider-delete 4 from os.path import dirname, join, pardir, abspath
time-slider-notify 4 from os.path import dirname, join, pardir, abspath
time-slider-snapshot 4 from os.path import dirname, join, pardir, abspath
time-slider-version 4 from os.path import dirname, join, pardir, abspath
time-sliderd 3 from os.path import dirname, join, pardir, abspath
  /jds/spec-files/branches/217update/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-10/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-12/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-14/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-16/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-18/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-18-slim/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-20/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-22/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-24/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]
  /jds/spec-files/branches/gnome-2-26/scripts/
l10n_getname.pl 77 my $os;
81 $os = `uname -s`;
82 chomp ($os);
83 $os = lc($os);
86 if ($os eq 'sunos') {
88 $os = 'solaris';
92 if ($os eq "linux") {
187 if ($os eq "linux") {
190 } elsif ($os eq "solaris")
    [all...]

Completed in 540 milliseconds

1 2 3 4 5 6