Home
last modified time | relevance | path

Searched refs:target_file (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tools/
Dbionic_utils.py56 def find_file_from_upwards(from_path,target_file): argument
68 file = path + "/" + target_file
72 D("found %s in %s" % (target_file, path))
83 file = path + target_file
87 D("found %s in %s" % (target_file, path))
/bionic/libc/kernel/tools/
Dutils.py50 def find_file_from_upwards(from_path,target_file): argument
62 file = target_file
64 file = path + "/" + target_file
67 D("found %s in %s" % (target_file, path))