Home
last modified time | relevance | path

Searched refs:check_file_exists (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/autotest/server/site_tests/firmware_Fingerprint/tests/
H A Dro_only_boots_valid_rw.sh19 check_file_exists "${ORIG_FW_FILE}"
20 check_file_exists "${DEV_FW_FILE}"
21 check_file_exists "${CORRUPT_FIRST_BYTE_FW_FILE}"
22 check_file_exists "${CORRUPT_LAST_BYTE_FW_FILE}"
H A Dobeys_rollback.sh18 check_file_exists "${RB0_FW_FILE}"
19 check_file_exists "${RB1_FW_FILE}"
20 check_file_exists "${RB9_FW_FILE}"
H A Dro_can_update_rw.sh17 check_file_exists "${DEV_FW_FILE}"
18 check_file_exists "${RB0_FW_FILE}"
H A Dcommon.sh92 check_file_exists "${fw_file}"
248 check_file_exists() { function
H A Dsystem_is_locked.sh16 check_file_exists "${ORIGINAL_FW_FILE}"
H A Drw_no_update_ro.sh16 check_file_exists "${fw_file}"
H A Drdp1.sh81 check_file_exists "${ORIGINAL_FW_FILE}"
H A Drdp0.sh78 check_file_exists "${ORIGINAL_FW_FILE}"
/aosp_15_r20/system/sepolicy/tools/
H A Dfuzzer_bindings_check.py23 def check_file_exists(file_name): function
28 check_file_exists(binding_file)
77 check_file_exists(file)
/aosp_15_r20/external/autotest/server/site_tests/firmware_Fingerprint/
H A Dfirmware_Fingerprint.py80 self.check_file_exists(original_fw_file)
112 self.check_file_exists(original_fw_file)
281 def check_file_exists(self, filename): member in firmware_Fingerprint
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-instance.c619 static bool check_file_exists(struct tracefs_instance *instance, in check_file_exists() function
654 return check_file_exists(NULL, file, true); in tracefs_instance_exists()
668 return check_file_exists(instance, name, false); in tracefs_file_exists()
680 return check_file_exists(instance, name, true); in tracefs_dir_exists()