OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_suffix
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py
316
def __init__(self, security='802_1x',
file_suffix
=None, use_system_cas=None,
324
@param
file_suffix
string unique file suffix on DUT.
347
if
file_suffix
is None:
349
file_suffix
= ''.join(random.choice(suffix_letters)
351
logging.debug('Choosing unique
file_suffix
%s.',
file_suffix
)
352
self.server_ca_cert_file = '/tmp/hostapd_ca_cert_file.' +
file_suffix
353
self.server_cert_file = '/tmp/hostapd_cert_file.' +
file_suffix
354
self.server_key_file = '/tmp/hostapd_key_file.' +
file_suffix
355
self.server_eap_user_file = '/tmp/hostapd_eap_user_file.' +
file_suffix
[
all
...]
/external/dbus/dbus/
dbus-sysdeps.c
232
DBusString
file_suffix
;
local
237
_dbus_string_init_const (&
file_suffix
, suffix);
265
&
file_suffix
))
307
&
file_suffix
))
/system/core/adb/
test_device.py
502
for
file_suffix
in ('-text;ls;1.apk', "-Live Hold'em.apk"):
503
tf = tempfile.NamedTemporaryFile('wb', suffix=
file_suffix
,
513
self.assertIn(
file_suffix
, output)
[
all
...]
Completed in 68 milliseconds