Searched refs:tmp_path (Results 1 – 2 of 2) sorted by relevance
85 constexpr const char* tmp_path = "/data/local/tmp/test@idmap"; in TEST() local89 ASSERT_TRUE(UidHasWriteAccessToPath(AID_ROOT, tmp_path)); in TEST()93 ASSERT_TRUE(UidHasWriteAccessToPath(AID_SYSTEM, tmp_path)); in TEST()98 ASSERT_TRUE(UidHasWriteAccessToPath(AID_SOME_APP, tmp_path)); in TEST()
220 tmp_path = os.path.join(self.temp_libdir, lib)221 self.pull(remote_lib, tmp_path)222 remote_hash = self._md5sum(tmp_path)232 + "\t(" + remote_hash + ") " + tmp_path + " (from target) and\n " \