Searched refs:RemovePath (Results 1 – 9 of 9) sorted by relevance
/external/autotest/server/cros/ap_configurators/ |
D | fetch_prebuilt_pyauto.py | 162 pyauto_utils.RemovePath(chrome_unzip_dir) 186 pyauto_utils.RemovePath(dest) 189 pyauto_utils.RemovePath(chrome_unzip_dir)
|
D | pyauto_utils.py | 89 def RemovePath(path): function
|
/external/libweave/src/privet/ |
D | privet_handler_unittest.cc | 83 error_dict->RemovePath("error.debugInfo", &dummy); in StripDebugErrorDetails() 84 error_dict->RemovePath("error.message", &dummy); in StripDebugErrorDetails()
|
/external/libweave/third_party/chromium/base/ |
D | values_unittest.cc | 362 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()
|
D | values.cc | 744 bool DictionaryValue::RemovePath(const std::string& path, in RemovePath() function in base::DictionaryValue 756 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
|
D | values.h | 329 virtual bool RemovePath(const std::string& path,
|
/external/libchrome/base/ |
D | values.cc | 787 bool DictionaryValue::RemovePath(const std::string& path, in RemovePath() function in base::DictionaryValue 799 result = subdict->RemovePath(path.substr(delimiter_position + 1), in RemovePath()
|
D | values.h | 341 virtual bool RemovePath(const std::string& path,
|
D | values_unittest.cc | 376 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()
|