Searched refs:mkdtemp (Results 1 - 25 of 127) sorted by relevance

123456

/external/chromium_org/base/
H A Dos_compat_android_unittest.cc15 // device and it may be source of flakyness. For any changes in the mkdtemp
25 // this should be OK since mkdtemp just replaces characters in place
27 EXPECT_EQ(NULL, mkdtemp(buffer));
31 EXPECT_EQ(NULL, mkdtemp(invalid_path2));
36 // this should be OK since mkdtemp just replaces characters in place
38 EXPECT_TRUE(mkdtemp(buffer2) != NULL);
H A Dos_compat_android.h16 extern "C" char* mkdtemp(char* path);
/external/chromium_org/tools/grit/grit/tool/
H A Dbuild_unittest.py27 output_dir = tempfile.mkdtemp()
37 output_dir = tempfile.mkdtemp()
61 output_dir = tempfile.mkdtemp()
/external/chromium_org/build/
H A Dextract_from_cab.py34 temp_dir = tempfile.mkdtemp(dir=output_dir)
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagepair_test.py29 self.temp_dir = tempfile.mkdtemp()
H A Dimagediffdb_test.py28 self.temp_dir = tempfile.mkdtemp()
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py30 self.__tmp_dir = tempfile.mkdtemp()
H A Dgenerate_user_config_tests.py50 tmp = tempfile.mkdtemp()
76 tmp = tempfile.mkdtemp()
/external/chromium_org/tools/perf/measurements/
H A Dscreenshot_unittest.py19 self._options.png_outdir = tempfile.mkdtemp('_png_test')
H A Dskpicture_printer_unittest.py17 self._options.skp_outdir = tempfile.mkdtemp('_skp_test')
/external/chromium_org/tools/perf/
H A Drecord_android_profile.py20 output_file = os.path.join(tempfile.mkdtemp(), options.profiler)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_systrace_profiler_unittest.py18 out_dir = tempfile.mkdtemp()
/external/skia/gm/rebaseline_server/
H A Dimagepair_test.py28 self._temp_dir = tempfile.mkdtemp()
H A Dimagediffdb_test.py29 self._temp_dir = tempfile.mkdtemp()
/external/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py30 self.__tmp_dir = tempfile.mkdtemp()
H A Dgenerate_user_config_tests.py50 tmp = tempfile.mkdtemp()
76 tmp = tempfile.mkdtemp()
/external/chromium_org/mojo/tools/
H A Dcheck_mojom_golden_files.py11 from tempfile import mkdtemp namespace
67 out_dir = mkdtemp()
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set_unittest.py17 directory_path = tempfile.mkdtemp()
33 directory_path = tempfile.mkdtemp()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfileset.py50 with self._filesystem.mkdtemp() as temp_dir:
/external/chromium_org/third_party/cython/src/Cython/Build/Tests/
H A DTestInline.py23 lib_dir = tempfile.mkdtemp(prefix='cython_inline_')
/external/chromium_org/third_party/skia/tools/
H A Dmerge_static_libs.py23 tempdir = tempfile.mkdtemp()
/external/chromium_org/tools/compile_test/
H A Dcompile_test.py37 tmpdir = tempfile.mkdtemp()
/external/chromium_org/tools/crx_id/
H A Dcrx_id_unittest.py51 temp_unpacked_crx = tempfile.mkdtemp()
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dutil_unittest.py45 self.test_directory = tempfile.mkdtemp()
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dfind_dependencies_unittest.py30 temp_dir = tempfile.mkdtemp()

Completed in 5287 milliseconds

123456