Searched refs:RemovePath (Results 1 – 13 of 13) sorted by relevance
162 pyauto_utils.RemovePath(chrome_unzip_dir)186 pyauto_utils.RemovePath(dest)189 pyauto_utils.RemovePath(chrome_unzip_dir)
89 def RemovePath(path): function
348 pyauto_utils.RemovePath(self._temp_data_dir)
490 pyauto_utils.RemovePath(os.path.join(profile_dir, item))495 pyauto_utils.RemovePath(os.path.join(chronos_dir, item))
68 pyauto_utils.RemovePath(downloaded_pkg)69 pyauto_utils.RemovePath(downloaded_pkg + '.crdownload')
137 pyauto_utils.RemovePath(fullpath)158 pyauto_utils.RemovePath(self._workdir)
229 pyauto_utils.RemovePath(self._temp_dir)
755 pyauto_utils.RemovePath(new_dl_dir) # cleanup
1603 pyauto_utils.RemovePath(self._temp_dir)1659 pyauto_utils.RemovePath(file_name)
332 EXPECT_TRUE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()340 EXPECT_FALSE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()345 EXPECT_TRUE(dict.RemovePath("a.long.key.path", &removed_item)); in TEST()
755 bool DictionaryValue::RemovePath(const std::string& path, in RemovePath() function in base::DictionaryValue767 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
329 virtual bool RemovePath(const std::string& path,
220 if (prefs_->RemovePath(key, NULL)) in RemoveValue()