OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_filename
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/applypatch/
applypatch.c
40
const char*
target_filename
,
683
// - if the sha1 hash of <
target_filename
> is <target_sha1_string>,
691
// moves it to replace <
target_filename
>, and exits successfully.
692
// Note that if <source_filename> and <
target_filename
> are not the
694
// <
target_filename
> may be the string "-" to mean "the same as
705
const char*
target_filename
,
714
if (
target_filename
[0] == '-' &&
715
target_filename
[1] == '\0') {
716
target_filename
= source_filename;
733
if (LoadFileContents(
target_filename
, &source_file
[
all
...]
applypatch.h
53
const char*
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
1148
char*
target_filename
;
local
[
all
...]
Completed in 72 milliseconds