OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
40
const char*
target_filename
,
695
// - if the sha1 hash of <
target_filename
> is <target_sha1_string>,
703
// moves it to replace <
target_filename
>, and exits successfully.
704
// Note that if <source_filename> and <
target_filename
> are not the
706
// <
target_filename
> may be the string "-" to mean "the same as
717
const char*
target_filename
,
726
if (
target_filename
[0] == '-' &&
727
target_filename
[1] == '\0') {
728
target_filename
= source_filename;
745
if (LoadFileContents(
target_filename
, &source_file
[
all
...]
applypatch.h
53
const char*
target_filename
,
/bootable/recovery/updater/
install.c
848
char*
target_filename
;
local
851
if (ReadArgs(state, argv, 4, &source_filename, &
target_filename
,
862
free(
target_filename
);
898
int result = applypatch(source_filename,
target_filename
,
[
all
...]
/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
)
Completed in 102 milliseconds