/external/chromium/chrome/browser/extensions/ |
crx_installer.h | 152 virtual void OnUnpackSuccess(const FilePath& temp_dir,
|
crx_installer.cc | 296 void CrxInstaller::OnUnpackSuccess(const FilePath& temp_dir, 301 // Note: We take ownership of |extension| and |temp_dir|. 303 temp_dir_ = temp_dir;
|
extension_service_unittest.cc | 543 ScopedTempDir temp_dir; local 544 ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); 1502 ScopedTempDir temp_dir; local 1547 ScopedTempDir temp_dir; local 1626 ScopedTempDir temp_dir; local [all...] |
extension_prefs_unittest.cc | 668 prefs_.temp_dir().AppendASCII("ext1_"), Extension::EXTERNAL_PREF, 671 prefs_.temp_dir().AppendASCII("ext2_"), Extension::EXTERNAL_PREF, 674 prefs_.temp_dir().AppendASCII("ext3_"), Extension::EXTERNAL_PREF, [all...] |
/cts/tools/utils/ |
buildCts.py | 68 self.temp_dir = sys.argv[3]
|
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator_unittest.cc | 329 ScopedTempDir temp_dir; local 330 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 405 if self.temp_dir: 406 shutil.rmtree(self.temp_dir) 407 self.temp_dir = None 439 self.temp_dir = None 513 self.temp_dir = tempfile.mkdtemp() 514 self.gdb_inferior = os.path.join(self.temp_dir, 'app_process')
|
/external/chromium/base/ |
file_util_unittest.cc | 425 // temp_dir 433 // |-> to_sub_a (reparse point to temp_dir\base_a\sub_a) 434 // |-> to_base_b (reparse point to temp_dir\base_b) 435 // |-> to_sub_long (reparse point to temp_dir\sub_a\long_name_\sub_long) 1506 FilePath temp_dir; local [all...] |
/external/qemu/ |
block.c | 226 char temp_dir[MAX_PATH]; local 228 GetTempPath(MAX_PATH, temp_dir); 229 GetTempFileName(temp_dir, "qem", 0, filename); [all...] |