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

  /development/vndk/tools/sourcedr/files/
list_app_shared_uid.py 56 def find_file(product_out, app_name): function
107 app_name, shared_uid, find_file(product_out, app_name),
  /development/python-packages/gdbrunner/
__init__.py 194 def find_file(device, executable_path, sysroot, run_as_cmd=None): function
282 return find_file(device, "/proc/{}/exe".format(pid), sysroot, run_as_cmd)
  /external/python/cpython2/Misc/
BeOS-setup.py 17 def find_file(filename, std_dirs, paths): function
45 result = find_file(filename, std_dirs, paths)
49 result = find_file(filename, std_dirs, paths)
290 ssl_incs = find_file('openssl/ssl.h', inc_dirs,
345 db185_incs = find_file('db_185.h', inc_dirs,
347 db_inc = find_file('db.h', inc_dirs, ['/usr/include/db1'])
449 expat_incs = find_file('expat.h', inc_dirs, [])
454 expat_incs = find_file('xmlparse.h', inc_dirs, [])
497 tcl_includes = find_file('tcl.h', inc_dirs, debian_tcl_include)
498 tk_includes = find_file('tk.h', inc_dirs, debian_tk_include
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 55 def find_file(pattern): function in function:_FindAndVerifyPartitionsAndImages
62 image_file = find_file(partition_info['image'])
  /external/curl/tests/
sshhelp.pm 297 sub find_file { subroutine
336 return find_file($filename, @spath);
  /external/libvpx/libvpx/build/make/
Makefile 245 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) ) macro
276 # $(1): $$(call find_file, $(patsubst -l%,lib%.a,$(filter -l%,$(2))),\
  /external/python/cpython2/
setup.py 66 def find_file(filename, std_dirs, paths): function
166 list = find_file(module, [], dirlist)
766 if find_file('readline/rlconf.h', inc_dirs, []) is None:
    [all...]
  /external/python/cpython3/
setup.py 114 def find_file(filename, std_dirs, paths): function
214 list = find_file(module, [], dirlist)
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 523 def find_file(reg): function
556 for f in find_file(path):
566 for f in find_file(path):
    [all...]
  /external/ImageMagick/MagickCore/
vms.h 757 #define lib$find_file LIB$FIND_FILE
    [all...]

Completed in 473 milliseconds