Home
last modified time | relevance | path

Searched refs:GetSystemOtherPath (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Dmock_dynamic_partition_control.h71 GetSystemOtherPath,
94 return DynamicPartitionControlAndroid::GetSystemOtherPath( in RealGetSystemOtherPath()
Ddynamic_partition_control_android.h162 virtual bool GetSystemOtherPath(uint32_t source_slot,
Ddynamic_partition_control_android_unittest.cc816 ON_CALL(dynamicControl(), GetSystemOtherPath(_, _, _, _, _)) in TEST_P()
841 ON_CALL(dynamicControl(), GetSystemOtherPath(_, _, _, _, _)) in TEST_P()
865 ON_CALL(dynamicControl(), GetSystemOtherPath(_, _, _, _, _)) in TEST_P()
897 GetSystemOtherPath(source(), target(), T("system"), _, _)) in TEST_P()
Ddynamic_partition_control_android.cc576 bool DynamicPartitionControlAndroid::GetSystemOtherPath( in GetSystemOtherPath() function in chromeos_update_engine::DynamicPartitionControlAndroid
696 TEST_AND_RETURN_FALSE(GetSystemOtherPath( in EraseSystemOtherAvbFooter()