Searched refs:find_executable (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | misc.py | 118 def find_executable(cmd, paths): function 156 if find_executable(args[0], native_paths):
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 27929 tmp_pathspec = find_executable (argv[0]); 28051 @@ -3807,8 +4632,8 @@ find_executable (const char *wrapper) 28055 - LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", 28057 + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", 28062 @@ -3861,7 +4686,8 @@ find_executable (const char *wrapper) 28072 @@ -3886,7 +4712,8 @@ find_executable (const char *wrapper)
|