Home
last modified time | relevance | path

Searched defs:validate_file (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/
Dlocked_file.py57 def validate_file(filename): function
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dlocked_file.py57 def validate_file(filename): function
/aosp_15_r20/external/libchrome/third_party/ply/
H A Dlex.py829 def validate_file(self,filename): member in LexerReflect
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Ddata_utils.py327 def validate_file(fpath, file_hash, algorithm='auto', chunk_size=65535): function
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dmmap_xen.rs496 fn validate_file(file_offset: &Option<FileOffset>) -> Result<(i32, u64)> { in validate_file() function