OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_all_volumes
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py
120
rs = ec2.
get_all_volumes
([volume_id])
141
current_volume = ec2.
get_all_volumes
([self.volume_id])[0]
164
rs = ec2.
get_all_volumes
([self.volume_id])
169
rs = ec2.
get_all_volumes
([self.volume_id])
175
rs = ec2.
get_all_volumes
([self.volume_id])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_volume.py
103
self.volume_two.connection.
get_all_volumes
.return_value = [self.volume_one]
115
self.volume_one.connection.
get_all_volumes
.return_value = []
121
self.volume_one.connection.
get_all_volumes
.return_value = [self.volume_two]
test_connection.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
volume.py
117
unfiltered_rs = self.connection.
get_all_volumes
(
connection.py
2115
def
get_all_volumes
(self, volume_ids=None, filters=None, dry_run=False):
member in class:EC2Connection
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
ebs.py
119
volume = ec2.
get_all_volumes
([self.volume_id])[0]
Completed in 945 milliseconds