Searched refs:datapath (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/test_importlib/ |
H A D | update-zips.py | 43 def walk(datapath): 44 for dirpath, dirnames, filenames in os.walk(datapath): 49 rel = res.relative_to(datapath)
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_ocr.c | 32 char *datapath; member 44 { "datapath", "set datapath", OFFSET(datapath), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS }, 56 if (TessBaseAPIInit3(s->tess, s->datapath, s->language) == -1) { in init()
|
/third_party/python/Lib/ |
H A D | zipimport.py | 588 datapath, compress, data_size, file_size, file_offset, time, date, crc = toc_entry
|
Completed in 3 milliseconds