Searched refs:TempDir (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/tools/grit/grit/gather/
H A 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...]
H A Dchrome_scaled_image_unittest.py103 with util.TempDir(infiles) as tmp_dir:
/external/chromium_org/tools/grit/grit/format/
H A 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/build/android/gyp/
H A Daidl.py27 with build_utils.TempDir() as temp_dir:
H A Dpackage_resources.py117 with build_utils.TempDir() as temp_dir:
H A Djavac.py205 with build_utils.TempDir() as temp_dir:
H A Dlint.py74 with build_utils.TempDir() as temp_dir:
H A Dprocess_resources.py178 with build_utils.TempDir() as temp_dir:
/external/chromium_org/tools/grit/grit/
H A 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:
H A Dutil_unittest.py91 with util.TempDir({}) as tmp_dir:
H A Dutil.py622 class TempDir(object): class in inherits:object
/external/chromium_org/base/files/
H A Dscoped_temp_dir_unittest.cc48 TEST(ScopedTempDir, TempDir) {
50 // child of TempDir.
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_java_generator.py358 def TempDir(): function
478 with TempDir() as temp_java_root:
/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc495 TempDir() + GetCurrentExecutableName().string() +
517 std::string TempDir() const { function in class:testing::internal::__anon10870::DirectoryCreationTest
/external/gtest/test/
H A Dgtest-filepath_test.cc495 TempDir() + GetCurrentExecutableName().string() +
517 std::string TempDir() const { function in class:testing::internal::__anon21602::DirectoryCreationTest
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc427 TempDir().c_str(), GetCurrentExecutableName().c_str(),
449 String TempDir() const { function in class:testing::internal::__anon28906::DirectoryCreationTest
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py28 def TempDir(): function
/external/llvm/lib/Support/
H A DPath.cpp168 static std::error_code TempDir(SmallVectorImpl<char> &result);
181 if (std::error_code EC = TempDir(TDir))

Completed in 8152 milliseconds