HomeSort by relevance Sort by last modified time
    Searched defs:find_executable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/protobuf/python/
setup.py 24 from distutils.spawn import find_executable namespace
40 protoc = find_executable("protoc")
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 24 from distutils.spawn import find_executable namespace
98 if not find_executable("wget"):
  /external/elfutils/0.153/libdwfl/
link_map.c 608 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 48 milliseconds