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

  /external/grpc-grpc/tools/gcp/utils/
big_query_utils.py 79 partition_type='DAY',
90 description, partition_type, expiration_ms)
99 partition_type=None,
115 if partition_type and expiration_ms:
117 "type": partition_type,
  /external/grpc-grpc/tools/run_tests/python_utils/
upload_test_results.py 123 partition_type=_PARTITION_TYPE,
160 partition_type=_PARTITION_TYPE,
upload_rbe_results.py 94 partition_type=_PARTITION_TYPE,
  /bootable/recovery/updater/
install.cpp 277 // mount(fs_type, partition_type, location, mount_point)
278 // mount(fs_type, partition_type, location, mount_point, mount_options)
280 // fs_type="ext4" partition_type="EMMC" location=device
292 const std::string& partition_type = args[1]; local
304 if (partition_type.empty()) {
305 return ErrorAbort(state, kArgsParsingFailure, "partition_type argument to %s() can't be empty",
414 // format(fs_type, partition_type, location, fs_size, mount_point)
416 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
417 // fs_type="f2fs" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
432 const std::string& partition_type = args[1] local
505 << partition_type << "\\""; local
    [all...]

Completed in 957 milliseconds