Searched defs:layout (Results 1 - 4 of 4) sorted by relevance

/pkg/src/tests/cli/
H A Dt_util_update_file_layout.py40 import pkg.file_layout.layout as layout namespace
72 layout to the new layout correctly."""
90 l = layout.get_preferred_layout()
/pkg/src/tests/api/
H A Dt_file_manager.py41 import pkg.file_layout.layout as layout namespace
126 l = layout.V1Layout()
196 layouts=[layout.get_preferred_layout()])
252 """Verify that reverse layout migration works as expected."""
254 # Verify that reverse layout migration works as expected.
260 l0 = layout.V0Layout()
261 l1 = layout.V1Layout()
263 # Populate the managed location using the v0 layout.
267 # Migrate it to the v1 layout
[all...]
/pkg/src/modules/file_layout/
H A Dfile_manager.py32 layout module), but allows the reuse of shared directory structures when
34 according to the first layout. When a file is retrieved, each layout is
37 the first layout and the FileManager has permission to move the file, it
48 import pkg.file_layout.layout as layout namespace
134 self.layouts = layout.get_default_layouts()
154 # The first layout in self.layouts is the desired
178 # that the primary layout thinks it should be, try to move the
/pkg/src/modules/server/
H A Drepository.py53 import pkg.file_layout.layout as layout namespace
2738 rstore = _RepoStore(file_layout=layout.V1Layout(),
2923 # layout for file content. Older repository formats
2925 file_layout = layout.V1Layout()

Completed in 505 milliseconds