Home
last modified time | relevance | path

Searched defs:path_length (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/adb/
H A Dfile_sync_protocol.h42 uint32_t path_length; // <= 1024 member
/aosp12/system/security/keystore2/src/crypto/
H A Dcertificate_utils.cpp118 makeBasicConstraintsExtension(bool is_ca, std::optional<int> path_length) { in makeBasicConstraintsExtension()
/aosp12/packages/modules/adb/daemon/
H A Dfile_sync_service.cpp810 size_t path_length = request.path_length; in handle_sync_command() local