OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMP_CHAPS_DIR
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/
pkcs11.py
13
TMP_CHAPS_DIR
= '/tmp/chaps'
143
(
TMP_CHAPS_DIR
, auth_data))
152
'--new_auth="%s"' % (
TMP_CHAPS_DIR
, auth_data, new_auth_data))
156
utils.system('sudo chaps_client --unload --path=%s' %
TMP_CHAPS_DIR
)
177
os.makedirs(
TMP_CHAPS_DIR
)
180
os.chown(
TMP_CHAPS_DIR
, uid, gid)
181
os.chmod(
TMP_CHAPS_DIR
, CHAPS_DIR_PERM)
184
copytree_with_ownership(
TMP_CHAPS_DIR
, '%s_bak' %
TMP_CHAPS_DIR
)
188
shutil.rmtree(
TMP_CHAPS_DIR
)
[
all
...]
/external/autotest/client/site_tests/platform_Pkcs11Events/
platform_Pkcs11Events.py
17
shutil.rmtree('%s/database' % pkcs11.
TMP_CHAPS_DIR
, ignore_errors=True)
20
pkcs11.copytree_with_ownership(pkcs11.
TMP_CHAPS_DIR
, token)
Completed in 425 milliseconds