Home
last modified time | relevance | path

Searched refs:input_pathname (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/tools/net_docs/
H A Dnet_docs.py62 def ProcessDocs(input_filenames, input_pathname, output_pathname, argument
87 outputting = (input_pathname is not None) and (output_pathname is not None)
101 rel_filename = os.path.relpath(input_filename, start=input_pathname)
/aosp_15_r20/external/AFLplusplus/utils/qbdi_mode/
H A Dtemplate.cpp52 char input_pathname[PATH_MAX]; variable
145 char *data = read_file(input_pathname, &len); in fuzz_func()
192 strcpy(input_pathname, argv[2]); in main()
H A DREADME.md152 char * data = read_file(input_pathname, &len);