HomeSort by relevance Sort by last modified time
    Searched refs:target_file (Results 1 - 7 of 7) sorted by null

  /bionic/libc/tools/
bionic_utils.py 56 def find_file_from_upwards(from_path,target_file):
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))
  /development/scripts/
divide_and_compress.py 236 target_file = zip_queue[0]
237 if os.path.isfile(target_file):
238 self.AddFileToArchive(target_file, compress_bit)
  /bionic/libc/kernel/tools/
utils.py 50 def find_file_from_upwards(from_path,target_file):
62 file = target_file
64 file = path + "/" + target_file
67 D("found %s in %s" % (target_file, path))
  /external/chromium/base/
file_util_unittest.cc 942 FilePath target_file = test_dir_.Append(L"Target.txt"); local
986 FilePath target_file = test_dir_.Append(L"Target1.txt"); local
    [all...]
file_util_win.cc 131 HANDLE target_file = ::CreateFile(to_path.value().c_str(), 0, local
135 if (target_file != INVALID_HANDLE_VALUE)
136 ::CloseHandle(target_file);
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 141 milliseconds