OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_fs
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minelf/
Retouch.c
219
char
target_fs
[strlen(binary_name)+1];
local
223
strncpy(
target_fs
, binary_name, count);
224
target_fs
[count] = '\0';
226
strcpy(
target_fs
, binary_name);
324
size_t free_space = FreeSpaceForFile(
target_fs
);
356
size_t free_space = FreeSpaceForFile(
target_fs
);
/bootable/recovery/applypatch/
applypatch.c
702
char
target_fs
[strlen(target_filename)+1];
local
706
strncpy(
target_fs
, target_filename, count);
707
target_fs
[count] = '\0';
709
strcpy(
target_fs
, target_filename);
739
size_t free_space = FreeSpaceForFile(
target_fs
);
778
size_t free_space = FreeSpaceForFile(
target_fs
);
Completed in 652 milliseconds