OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:output_path
(Results
1 - 1
of
1
) sorted by relevancy
/xsrc/external/mit/brotli/dist/c/tools/
brotli.c
102
const char*
output_path
;
member in struct:__anon5341
331
params->
output_path
= argv[i];
488
params->
output_path
= value;
522
if (params->
output_path
) return COMMAND_INVALID;
605
static BROTLI_BOOL OpenOutputFile(const char*
output_path
, FILE** f,
609
if (!
output_path
) {
613
fd = open(
output_path
, O_CREAT | (force ? 0 : O_EXCL) | O_WRONLY | O_TRUNC,
617
PrintablePath(
output_path
), strerror(errno));
623
PrintablePath(
output_path
), strerror(errno));
649
static void CopyStat(const char* input_path, const char*
output_path
) {
[
all
...]
Completed in 5 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026