/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);
|
gn.gyp | 45 'file_template.cc', 46 'file_template.h',
|
ninja_copy_target_writer.cc | 8 #include "tools/gn/file_template.h"
|
file_template_unittest.cc | 9 #include "tools/gn/file_template.h"
|
ninja_copy_target_writer_unittest.cc | 9 #include "tools/gn/file_template.h"
|
BUILD.gn | 50 "file_template.cc", 51 "file_template.h",
|
gyp_script_target_writer.cc | 9 #include "tools/gn/file_template.h"
|
ninja_target_writer.cc | 12 #include "tools/gn/file_template.h"
|
command_help.cc | 11 #include "tools/gn/file_template.h"
|
ninja_script_target_writer.cc | 9 #include "tools/gn/file_template.h"
|
file_template.cc | 5 #include "tools/gn/file_template.h"
|
ninja_script_target_writer_unittest.cc | 9 #include "tools/gn/file_template.h"
|
/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,
|