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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_pool.py 216 big_name = str(uuid.uuid4())
218 bucket.new_key(big_name).set_contents_from_string(contents)
223 spawn(read_big_object, s3, bucket, big_name, 20)
  /external/dnsmasq/src/
cache.c 363 union bigname *big_name = NULL; local
429 big_name = big_free;
433 !(big_name = (union bigname *)whine_malloc(sizeof(union bigname))))
449 if (big_name)
451 new->name.bname = big_name;
    [all...]

Completed in 609 milliseconds