OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_filename
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/gtk/tests/
test_utils.c
25
int testutils_relative_chdir(const gchar*
target_filename
, const gchar* executable_path)
33
while (!g_file_test(
target_filename
, G_FILE_TEST_EXISTS)) {
42
gchar* dirname = g_path_get_dirname(
target_filename
);
/bootable/recovery/applypatch/
applypatch.c
591
// - if the sha1 hash of <
target_filename
> is <target_sha1_string>,
599
// moves it to replace <
target_filename
>, and exits successfully.
600
// Note that if <source_filename> and <
target_filename
> are not the
602
// <
target_filename
> may be the string "-" to mean "the same as
613
const char*
target_filename
,
621
if (
target_filename
[0] == '-' &&
622
target_filename
[1] == '\0') {
623
target_filename
= source_filename;
639
if (LoadFileContents(
target_filename
, &source_file,
645
target_filename
);
[
all
...]
applypatch.h
53
const char*
target_filename
,
/external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py
382
target_filename
= os.path.basename(url_path)
383
target_path = os.path.join(scratch_dir,
target_filename
)
/bootable/recovery/updater/
install.c
905
char*
target_filename
;
local
908
if (ReadArgs(state, argv, 4, &source_filename, &
target_filename
,
919
free(
target_filename
);
955
int result = applypatch(source_filename,
target_filename
,
[
all
...]
Completed in 88 milliseconds