Searched refs:appcompat_path (Results 1 – 1 of 1) sorted by relevance
46 appcompat_path = android::base::StringPrintf("%s/appcompat_override", dir_.path); in SystemPropertiesTest()48 mkdir(appcompat_path.c_str(), S_IRWXU | S_IXGRP | S_IXOTH); in SystemPropertiesTest()65 const char* get_appcompat_path() const { return appcompat_path.c_str(); } in get_appcompat_path()71 std::string appcompat_path; member in SystemPropertiesTest