OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_template
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/gn/
function_process_file_template.cc
5
#include "tools/gn/
file_template
.h"
63
FileTemplate
file_template
(args[1], err);
68
file_template
.Apply(args[0], function, &ret.list_value(), err);
/external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc
39
static const char
file_template
[] = "/data/local/tmp/ScopedTempFileXXXXXX";
local
41
static const char
file_template
[] = "/tmp/ScopedTempFileXXXXXX";
43
COMPILE_ASSERT(sizeof(full_file_name_) >= sizeof(
file_template
),
45
memcpy(full_file_name_,
file_template
, sizeof(
file_template
));
/external/chromium_org/tools/
licenses.py
437
file_template
= open(os.path.join(root, 'chrome', 'browser', 'resources',
440
template_contents += EvaluateTemplate(
file_template
,
Completed in 50 milliseconds