OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_sandboxify
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/mws/
test_connection.py
202
self.assertEqual(conn.
_sandboxify
('a/bogus/path'), 'a/bogus_Sandbox/path')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
connection.py
290
def
_sandboxify
(self, path):
member in class:MWSConnection
305
path = self.
_sandboxify
(request['path'])
[
all
...]
Completed in 391 milliseconds