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

  /bootable/recovery/applypatch/
applypatch.c 41 const char* target_filename,
688 // - if the sha1 hash of <target_filename> is <target_sha1_string>,
696 // moves it to replace <target_filename>, and exits successfully.
697 // Note that if <source_filename> and <target_filename> are not the
699 // <target_filename> may be the string "-" to mean "the same as
710 const char* target_filename,
719 if (target_filename[0] == '-' &&
720 target_filename[1] == '\0') {
721 target_filename = source_filename;
738 if (LoadFileContents(target_filename, &source_file) == 0)
    [all...]
applypatch.h 52 const char* target_filename,
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 57 def save_annotation(self, source_filename, target_filename):
86 html_filename = os.path.splitext(target_filename)[0] + ".html"
131 c_file = Utils.decode_filename(os.path.basename(target_filename))
  /external/chromium_org/v8/tools/testrunner/server/
main.py 184 target_filename = self._PubkeyFilename(fingerprint)
185 shutil.copy(pubkey_filename, target_filename)
  /bootable/recovery/updater/
install.c 1161 char* target_filename; local
    [all...]

Completed in 248 milliseconds