HomeSort by relevance Sort by last modified time
    Searched refs:file_template (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/tests/
scoped_temporary_file.cc 19 static const char file_template[] = "/data/local/tmp/ScopedTempFileXXXXXX"; local
21 static const char file_template[] = "/tmp/ScopedTempFileXXXXXX";
23 COMPILE_ASSERT(sizeof(full_file_name_) >= sizeof(file_template),
25 memcpy(full_file_name_, file_template, sizeof(file_template));
  /external/chromium_org/tools/
licenses.py 445 file_template = open(os.path.join(root, 'chrome', 'browser', 'resources',
448 template_contents += EvaluateTemplate(file_template,

Completed in 145 milliseconds