Searched refs:extract_dir (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/installer/util/ |
D | lzma_util_unittest.cc | 55 base::FilePath extract_dir(temp_dir_.path()); in TEST_F() local 56 extract_dir = extract_dir.AppendASCII("UnPackTest"); in TEST_F() 57 ASSERT_FALSE(base::PathExists(extract_dir)); in TEST_F() 58 EXPECT_TRUE(base::CreateDirectory(extract_dir)); in TEST_F() 59 ASSERT_TRUE(base::PathExists(extract_dir)); in TEST_F() 65 EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file), in TEST_F() 67 EXPECT_TRUE(base::PathExists(extract_dir.AppendASCII("a.exe"))); in TEST_F() 68 EXPECT_TRUE(unpacked_file == extract_dir.AppendASCII("a.exe").value()); in TEST_F() 72 EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file), in TEST_F() 74 EXPECT_TRUE(base::PathExists(extract_dir.AppendASCII("b.exe"))); in TEST_F() [all …]
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
D | update.py | 45 def ExtractArchives(self, archives, extract_dir, rename_from_dir, argument 153 def ExtractArchives(self, archives, extract_dir, rename_from_dir, argument 157 extract_path = os.path.join(self.install_dir, extract_dir) 353 extract_dir = bundle.name + '_update' 360 rename_from_dir = os.path.join(extract_dir, repath_dir) 365 rename_from_dir = extract_dir 369 delegate.ExtractArchives(archive_filenames, extract_dir, rename_from_dir,
|