Home
last modified time | relevance | path

Searched refs:timestamp_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/
H A Did_rotation.rs41 timestamp_path: PathBuf, field
47 let mut timestamp_path = keystore_db_path.to_owned(); in new() localVariable
48 timestamp_path.push(TIMESTAMP_FILE_NAME); in new()
49 Self { timestamp_path } in new()
57 match fs::metadata(&self.timestamp_path) { in had_factory_reset_since_id_rotation()
82 fs::File::create(&self.timestamp_path) in had_factory_reset_since_id_rotation()
/aosp_15_r20/external/autotest/site_utils/admin/
H A Dclean_staged_images.py57 timestamp_path = os.path.join(build_path, _TIMESTAMP_FILENAME)
58 if os.path.exists(timestamp_path):
59 age = os.stat(timestamp_path).st_mtime
/aosp_15_r20/tools/acloud/internal/lib/
H A Dcvd_utils_test.py457 timestamp_path = os.path.join(temp_dir, "timestamp.txt")
462 mock_ssh, timestamp_path, args_path, deadline)
466 with open(timestamp_path, "r", encoding="utf-8") as timestamp_file:
477 mock_ssh, timestamp_path, args_path, deadline)
491 with open(timestamp_path, "r", encoding="utf-8") as timestamp_file:
500 mock_ssh, timestamp_path, args_path, deadline)
/aosp_15_r20/external/autotest/client/site_tests/platform_BootPerf/
H A Dplatform_BootPerf.py389 timestamp_path = os.path.join(bootstat_dir, 'timestamp')
391 with open(timestamp_path) as timestamp:
395 raise error.TestFail('Failed to read "%s"' % timestamp_path)