Home
last modified time | relevance | path

Searched refs:TempDir (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/tools/grit/grit/gather/
Dchrome_html_unittest.py37 tmp_dir = util.TempDir({
89 tmp_dir = util.TempDir({
122 tmp_dir = util.TempDir({
151 tmp_dir = util.TempDir({
178 tmp_dir = util.TempDir({
205 tmp_dir = util.TempDir({
252 tmp_dir = util.TempDir({
279 tmp_dir = util.TempDir({
309 tmp_dir = util.TempDir({
340 tmp_dir = util.TempDir({
[all …]
Dchrome_scaled_image_unittest.py103 with util.TempDir(infiles) as tmp_dir:
/external/chromium_org/tools/grit/grit/format/
Dhtml_inline_unittest.py72 tmp_dir = util.TempDir(files)
91 tmp_dir = util.TempDir(files)
145 tmp_dir = util.TempDir(files)
194 tmp_dir = util.TempDir(files)
237 tmp_dir = util.TempDir(files)
313 tmp_dir = util.TempDir(files)
/external/chromium_org/tools/grit/grit/
Dgrd_reader_unittest.py258 with util.TempDir({'sub.grp': sub_grd,
286 with util.TempDir({'bad.grp': data}) as temp_dir:
308 with util.TempDir({}) as temp_dir:
Dutil_unittest.py91 with util.TempDir({}) as tmp_dir:
Dutil.py622 class TempDir(object): class
/external/chromium_org/build/android/gyp/
Daidl.py27 with build_utils.TempDir() as temp_dir:
Dpackage_resources.py117 with build_utils.TempDir() as temp_dir:
Dlint.py74 with build_utils.TempDir() as temp_dir:
Dprocess_resources.py178 with build_utils.TempDir() as temp_dir:
Djavac.py205 with build_utils.TempDir() as temp_dir:
/external/chromium_org/base/files/
Dscoped_temp_dir_unittest.cc48 TEST(ScopedTempDir, TempDir) { in TEST() argument
/external/protobuf/gtest/test/
Dgtest-filepath_test.cc427 TempDir().c_str(), GetCurrentExecutableName().c_str(), in SetUp()
449 String TempDir() const { in TempDir() function in testing::internal::__anon14aa86610111::DirectoryCreationTest
/external/gtest/test/
Dgtest-filepath_test.cc495 TempDir() + GetCurrentExecutableName().string() + in SetUp()
517 std::string TempDir() const { in TempDir() function in testing::internal::__anon1d9f08010111::DirectoryCreationTest
/external/chromium_org/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py358 def TempDir(): function
478 with TempDir() as temp_java_root:
/external/chromium_org/testing/gtest/test/
Dgtest-filepath_test.cc495 TempDir() + GetCurrentExecutableName().string() + in SetUp()
517 std::string TempDir() const { in TempDir() function in testing::internal::__anon031a75480111::DirectoryCreationTest
/external/chromium_org/build/android/gyp/util/
Dbuild_utils.py28 def TempDir(): function
/external/llvm/lib/Support/
DPath.cpp168 static std::error_code TempDir(SmallVectorImpl<char> &result);
181 if (std::error_code EC = TempDir(TDir)) in createUniqueEntity()
/external/llvm/lib/Support/Unix/
DPath.inc90 static std::error_code TempDir(SmallVectorImpl<char> &result) {
/external/llvm/lib/Support/Windows/
DPath.inc52 static std::error_code TempDir(SmallVectorImpl<char> &Result) {