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

1 2

  /external/ltp/testcases/network/nfsv4/acl/
test_acl.py 18 u = commands.getoutput('mkdir ' + path + "/" + testdir)
19 u = commands.getoutput('getfacl ' + path + "/" + testdir)
27 u = commands.getoutput('touch ' + path + "/" + testdir + testfile)
29 u = commands.getoutput('getfacl ' + path + "/" + testdir + testfile)
58 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + test_file)
72 u = commands.getoutput('touch ' + path + "/" + testfile)
77 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + testfile)
88 u = commands.getoutput('rm ' + path + "/*") # clean directory
96 u = commands.getoutput('touch ' + path + "/" + testfile)
101 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + testfile
    [all...]
test_long_acl.py 22 u = commands.getoutput('rm ' + path + "/*") # clean directory
27 u = commands.getoutput('touch ' + path + "/" + testfile)
32 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + testfile)
random_gen.py 33 u = commands.getoutput('/usr/sbin/useradd '+ opts)
40 u = commands.getoutput('touch ' + path + '/'+ fName)
44 u = commands.getoutput('/usr/sbin/groupadd -g' + gid + " " + grpname)
64 u = commands.getoutput('/usr/sbin/userdel -r '+ name)
70 u = commands.getoutput('/usr/sbin/groupdel '+ name[0])
89 u = commands.getoutput('ls ' + path)
214 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + file)
218 u = commands.getoutput('setfacl -m g:' + group + ':' + mode + " " + path + "/" + file)
222 u = commands.getoutput('setfacl -x u:' + user + " " + path + "/" + file)
226 u = commands.getoutput('setfacl -x g:' + group + " " + path + "/" + file
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 7 outtext = commands.getoutput(cmd)
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
41 return getoutput('ls -ld' + mkarg(file))
48 def getoutput(cmd): function
  /external/ltp/tools/pounder21/src/time_tests/
drift-test.py 55 cmd = commands.getoutput('/usr/sbin/ntpdate -ub ' + server)
57 cmd = commands.getoutput('/usr/sbin/ntpdate -uq ' + server)
68 cmd = commands.getoutput('/usr/sbin/ntpdate -uq ' + server)
  /bionic/libc/kernel/tools/
utils.py 156 commands.getoutput("git add " + " ".join(adds))
159 commands.getoutput("git rm " + " ".join(deletes))
164 commands.getoutput("git add " + " ".join(edits))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_commands.py 17 # Actually, getoutput should work on any platform with an os.popen, but
27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_commands.py 17 # Actually, getoutput should work on any platform with an os.popen, but
27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_commands.py 17 # Actually, getoutput should work on any platform with an os.popen, but
27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_commands.py 17 # Actually, getoutput should work on any platform with an os.popen, but
27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_commands.py 17 # Actually, getoutput should work on any platform with an os.popen, but
27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
  /external/clang/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/darwin-x86/clang-3217047/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/darwin-x86/clang-3688880/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /prebuilts/clang/host/linux-x86/clang-3016494/tools/scan-view/share/
startfile.py 125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')

Completed in 678 milliseconds

1 2