HomeSort by relevance Sort by last modified time
    Searched refs:_paths (Results 1 - 14 of 14) sorted by null

  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
bin_in_path.py 31 _paths: list string, target directory paths
40 self._paths = paths
53 if not self._paths:
56 self._paths = self.ToListLike(self._paths)
58 return all(self._paths)
61 commands = ["which %s" % path for path in self._paths]
65 path for path, fail in zip(self._paths, map(bool, results)) if fail
directory_exists.py 31 _paths: list string, target directory paths
41 self._paths = paths
54 if not self._paths:
57 self._paths = self.ToListLike(self._paths)
59 return all(self._paths)
62 commands = ["ls %s" % path for path in self._paths]
66 path for path, fail in zip(self._paths, map(bool, results)) if fail
path_permission.py 31 _paths: list string, target paths
42 self._paths = paths
56 normalized = self.NormalizeInputLists(self._paths, self._permissions)
59 self._paths, self._permissions = normalized
60 self._failed_paths = zip(self._paths, self._permissions,
66 commands = ["stat -c {}a {}".format('%', path) for path in self._paths]
71 for path, permission, result in zip(self._paths, self._permissions,
  /external/autotest/client/cros/tendo/n_faced_peerd/
object_manager.py 42 self._paths = dict()
56 if path in self._paths:
57 self._paths[path][interface_name] = property_getter
59 self._paths[path] = {interface_name: property_getter}
76 if path not in self._paths or interface_name not in self._paths[path]:
78 self._paths[path].pop(interface_name)
79 if not self._paths[path]:
80 self._paths.pop(path)
95 for path, interfaces in self._paths.iteritems()
    [all...]
  /development/testrunner/coverage/
coverage_target.py 23 self._paths = []
32 return self._paths
35 self._paths.append(path)
coverage_targets.py 111 self._paths = []
  /external/autotest/server/cros/dynamic_suite/
control_file_getter.py 170 self._paths = paths
179 Gather a list of paths to control files under |self._paths|.
181 Searches under |self._paths| for files that match
196 directories = self._paths
217 msg = 'No control files under ' + ','.join(self._paths)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 237 self._paths = {
245 for path in self._paths.values():
252 self._toc_mtimes[subdir] = os.path.getmtime(self._paths[subdir])
500 mtime = os.path.getmtime(self._paths[subdir])
509 path = self._paths[subdir]
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 250 self._paths = {
258 for path in self._paths.values():
519 mtime = os.path.getmtime(self._paths[subdir])
528 path = self._paths[subdir]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 431 milliseconds