Home
last modified time | relevance | path

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

/external/autotest/server/cros/ap_configurators/
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
/external/libweave/src/privet/
Dprivet_handler_unittest.cc83 error_dict->RemovePath("error.debugInfo", &dummy); in StripDebugErrorDetails()
84 error_dict->RemovePath("error.message", &dummy); in StripDebugErrorDetails()
/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc362 EXPECT_TRUE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
370 EXPECT_FALSE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
375 EXPECT_TRUE(dict.RemovePath("a.long.key.path", &removed_item)); in TEST()
Dvalues.cc744 bool DictionaryValue::RemovePath(const std::string& path, in RemovePath() function in base::DictionaryValue
756 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
Dvalues.h329 virtual bool RemovePath(const std::string& path,
/external/libchrome/base/
Dvalues.cc787 bool DictionaryValue::RemovePath(const std::string& path, in RemovePath() function in base::DictionaryValue
799 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
Dvalues.h341 virtual bool RemovePath(const std::string& path,
Dvalues_unittest.cc376 EXPECT_TRUE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
384 EXPECT_FALSE(dict.RemovePath("a.long.way.down", &removed_item)); in TEST()
389 EXPECT_TRUE(dict.RemovePath("a.long.key.path", &removed_item)); in TEST()