Home
last modified time | relevance | path

Searched defs:handle_file (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/elfutils/src/
H A Dranlib.c135 handle_file (const char *fname) in handle_file() function
H A Dunstrip.c2191 handle_file (const char *output_file, bool create_dirs, in handle_file() function
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dcffdump.c227 handle_file(const char *filename, int start, int end, int draw) in handle_file() function
H A Drddecompiler.c577 handle_file(const char *filename, uint32_t submit_to_decompile) in handle_file() function
H A Dreplay.c1363 handle_file(const char *filename, uint32_t first_submit, uint32_t last_submit, in handle_file() function
/aosp_15_r20/tools/netsim/rust/daemon/src/http_server/
H A Dhttp_handlers.rs106 fn handle_file(method: &str, path: &str, writer: ResponseWritable) { in handle_file() function