Searched defs:find_executable (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c132 const HChar* ML_(find_executable) ( const HChar* exec ) function
/external/chromium_org/third_party/protobuf/python/
H A Dsetup.py24 from distutils.spawn import find_executable namespace
40 protoc = find_executable("protoc")
/external/protobuf/python/
H A Dsetup.py11 from distutils.spawn import find_executable namespace
24 protoc = find_executable("protoc")
/external/chromium_org/tools/real_world_impact/
H A Dreal_world_impact.py24 from distutils.spawn import find_executable namespace
98 if not find_executable("wget"):
/external/elfutils/0.153/libdwfl/
H A Dlink_map.c608 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry,
790 ? find_executable (dwfl, phdr, entry,
871 r_debug_vaddr = find_executable (dwfl, 0, 0, &elfclass, &elfdata,
605 find_executable (Dwfl *dwfl, GElf_Addr at_phdr, GElf_Addr at_entry, function

Completed in 562 milliseconds