Home
last modified time | relevance | path

Searched refs:datapath (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_importlib/
H A Dupdate-zips.py43 def walk(datapath):
44 for dirpath, dirnames, filenames in os.walk(datapath):
49 rel = res.relative_to(datapath)
/third_party/ffmpeg/libavfilter/
H A Dvf_ocr.c32 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 Dzipimport.py588 datapath, compress, data_size, file_size, file_offset, time, date, crc = toc_entry

Completed in 2 milliseconds