Home
last modified time | relevance | path

Searched refs:RemovePath (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/pyautolib/
Dfetch_prebuilt_pyauto.py162 pyauto_utils.RemovePath(chrome_unzip_dir)
186 pyauto_utils.RemovePath(dest)
189 pyauto_utils.RemovePath(chrome_unzip_dir)
Dpyauto_utils.py89 def RemovePath(path): function
Dpolicy_base.py348 pyauto_utils.RemovePath(self._temp_data_dir)
Dpyauto.py490 pyauto_utils.RemovePath(os.path.join(profile_dir, item))
495 pyauto_utils.RemovePath(os.path.join(chronos_dir, item))
/external/chromium_org/chrome/test/functional/
Dtest_utils.py68 pyauto_utils.RemovePath(downloaded_pkg)
69 pyauto_utils.RemovePath(downloaded_pkg + '.crdownload')
Dperf_endure.py137 pyauto_utils.RemovePath(fullpath)
158 pyauto_utils.RemovePath(self._workdir)
Dnacl_sdk.py229 pyauto_utils.RemovePath(self._temp_dir)
Dstress.py755 pyauto_utils.RemovePath(new_dl_dir) # cleanup
Dperf.py1603 pyauto_utils.RemovePath(self._temp_dir)
1659 pyauto_utils.RemovePath(file_name)
/external/chromium_org/base/
Dvalues_unittest.cc332 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()
Dvalues.cc755 bool DictionaryValue::RemovePath(const std::string& path, in RemovePath() function in base::DictionaryValue
767 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
Dvalues.h329 virtual bool RemovePath(const std::string& path,
/external/chromium_org/base/prefs/
Djson_pref_store.cc220 if (prefs_->RemovePath(key, NULL)) in RemoveValue()