HomeSort by relevance Sort by last modified time
    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 35 static const char file_template[] = "/data/local/tmp/ScopedTempFileXXXXXX"; local
37 static const char file_template[] = "/tmp/ScopedTempFileXXXXXX";
39 COMPILE_ASSERT(sizeof(full_file_name_) >= sizeof(file_template),
41 memcpy(full_file_name_, file_template, sizeof(file_template));
  /external/chromium_org/tools/
licenses.py 444 file_template = open(os.path.join(root, 'chrome', 'browser', 'resources',
447 template_contents += EvaluateTemplate(file_template,

Completed in 63 milliseconds