Searched refs:directory (Results 1 - 11 of 11) sorted by relevance
/pkg/src/modules/bundle/ |
H A D | TarBundle.py | 66 return directory.DirectoryAction(
|
H A D | DirectoryBundle.py | 39 """The DirectoryBundle class assists in the conversion of a directory 43 Paths are published relative to the given directory. Hardlinks are 139 return pkg.actions.directory.DirectoryAction(
|
H A D | SolarisPackageDatastreamBundle.py | 39 stat.S_IFDIR: "directory", 69 # they would be in the directory structure -- that is, under 73 # package map don't have these directory names. 118 This is different than the directory-format package bundle, 161 act = directory.DirectoryAction(mode = mapline.mode,
|
H A D | SolarisPackageDirBundle.py | 194 act = directory.DirectoryAction(mode=mapline.mode,
|
/pkg/src/modules/ |
H A D | search_storage.py | 47 def consistent_open(data_list, directory, timeout = 1): 69 directory) 77 f = os.path.join(directory, d.get_file_name()) 204 def open(self, directory): 209 return consistent_open([self], directory) 355 """Moves the existing file with self._name in directory 356 use_dir to a new file named self._name + suffix in directory
|
H A D | indexer.py | 61 """Create a directory at the specified location if it does not 187 def _read_input_indexes(self, directory): 192 res = ss.consistent_open(self._data_dict.values(), directory, 398 base directory to use to write a file for each package which 559 The "out_dir" parameter is the temporary directory in which to 692 The "out_dir" parameter is the temporary directory to write 712 different temporary directory than the default. 721 # Allow the use of a directory other than the default 722 # directory to store the intermediate results in. 734 # If the temporary indexing directory alread [all...] |
H A D | manifest.py | 53 from pkg.actions.directory import DirectoryAction 140 base_directory Default base directory, for non-user images. 1553 'cache_root' is the pathname of the directory where the manifest 1565 stored in a file named 'manifest' in the directory indicated by 1652 # Ensure target cache directory and intermediates exist. 1709 """Remove all manifest cache files found in the given directory 1734 # cache directory not existing.
|
/pkg/src/modules/client/ |
H A D | pkgplan.py | 36 import pkg.actions.directory as directory namespace 371 # transition and add directory remove actions. These won't 372 # do anything unless no pkgs reference that directory in 392 (directory.DirectoryAction(path=a, 679 # possibly previously packaged subdirs of this directory. 684 # On the other hand, if we package another directory, with
|
H A D | imageplan.py | 1546 # ignored; checking all directory entries is cheap. 1561 # we have a directory that needs expanding; 1589 return pkg.actions.directory.DirectoryAction(None, 1747 _("Unpackaged directory"), 2092 da = pkg.actions.directory.DirectoryAction 2125 da = pkg.actions.directory.DirectoryAction 2144 # always consider var and the image directory fixed in image... 2229 # If we end up with a directory, then we need to be 2230 # careful to choose a non-implicit directory as the 2417 # Find a non-implicit directory actio [all...] |
H A D | image.py | 91 """An Image object is a directory tree containing the laid-down contents 319 rel_dir = self.get_property("trust-anchor-directory") 332 "in {0}, but that is not a directory. Please set " 333 "the image property 'trust-anchor-directory' to " 477 """Returns the type of image at directory: d; or None""" 484 # Regardless of directory structure, assume 512 # Ascend from the given directory d to find first 577 certificate files as needed in the image's SSL directory. This 662 # If special image directory is part 715 """Create any missing parts of the image's directory structur [all...] |
/pkg/src/tests/api/ |
H A D | t_manifest.py | 240 # Expect to see a directory going away, and a file being 249 pkg.actions.directory.DirectoryAction) 272 # Expect to see a directory -> directory, file -> file, etc. 556 # cache_dir and will not remove directory if unknown are
|
Completed in 39 milliseconds