Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.h142 const char *bin_path);
H A Dj2s.cpp174 const char *bin_path) { in j2s_struct_to_bin() argument
175 struct_map_t *struct_map = struct_map_create(bin_path); in j2s_struct_to_bin()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsanity.bbclass695 bin_path = bb.utils.which(os.environ["PATH"], bin_cmd)
696 if bin_path:
697 bin_stat = os.stat(bin_path)
699 …This interferes with pseudo and may cause other issues that break the build process.\n' % bin_path)